COLOR #C69BDC

HEX: #C69BDC
RGB: (198,155,220)

Color info

#C69BDC contains mainly red and blue colors. Web safe color of #C69BDC is #CC99CC (or #C9C).

RGB color model

#C69BDC color RGB value is (198,155,220).

  • red value is 198;
  • green value is 155;
  • blue value is 220.
RGB:
(198,155,220)
(78%,61%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 220 of 255 = 86%

198
155
220

R + G + B ~ 75%. #C69BDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 220 = 573 (100%)
R 198 of 573 ~ 34.55%
G 155 of 573 ~ 27.05%
B 220 of 573 ~ 38.39%

%34.55
%27.05
%38.39

CMYK color model

#C69BDC color CMYK value is (10,30,0,14).

  • cyan value is 10.00%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,30,0,14)
C10M30Y0K14 
(10%,30%,0%,14%)
(0.10/0.30/0.00/0.14)	

CMYK percentages

%10
%29.55
%0
%13.73

Codes

Color #C69BDC in popluar color models

C69BDC
RGB198155220
HSL280°48.15%73.53%
HSB/HSV280°29.55%86.27%
CMYK10.00%29.55%0.00%
13.73%

Color #C69BDC in popluar number systems.

HEXC69BDC
Decimal198155220
Binary110001101001101111011100
Octal306233334

Shades and tints

Shades of #C69BDC

#C69BDC
(198,155,220)
#B48DC8
(180,141,200)
#A27FB4
(162,127,180)
#9071A0
(144,113,160)
#7E638C
(126,99,140)
#6C5578
(108,85,120)
#5A4764
(90,71,100)
#483950
(72,57,80)
#362B3C
(54,43,60)
#241D28
(36,29,40)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #C69BDC

#C69BDC
(198,155,220)
#CBA4DF
(203,164,223)
#D0ADE2
(208,173,226)
#D5B6E5
(213,182,229)
#DABFE8
(218,191,232)
#DFC8EB
(223,200,235)
#E4D1EE
(228,209,238)
#E9DAF1
(233,218,241)
#EEE3F4
(238,227,244)
#F3ECF7
(243,236,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69BDC color. Also use rgb(198,155,220) instead hex code.

Text Font Color

.myTextColor { color: #C69BDC; }

<p style="color:#C69BDC">This sample text font color is #C69BDC.</p>

This text font color is #C69BDC.


Background Color

.myBgColor { background-color: #C69BDC; }

<div style="background-color:#C69BDC">Inner text</div>

This div background color is #C69BDC.


Border color

.myBorderColor { border: 1px solid #C69BDC; }

<div style="border:3px solid #C69BDC">Div</div>

This div border color is #C69BDC.


Opacity

.myOpacity80 { color: #C69BDC; opacity: 0.8; }

<p style="color:#C69BDC;opacity:0.8;">80%</p>

Text with #C69BDC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C69BDC;}

<p style="text-shadow: 3px 3px 1px #C69BDC">Text here.</p>

This text has shadow with #C69BDC color.

.textShadow {text-shadow: 3px 3px 1px #C69BDC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C69BDC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C69BDC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C69BDC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C69BDC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C69BDC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C69BDC;
  -webkit-box-shadow:	1px 1px 3px 2px #C69BDC;
  box-shadow:		1px 1px 3px 2px #C69BDC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C69BDC;
-webkit-box-shadow: 1px 1px 3px 2px #C69BDC;
box-shadow:1px 1px 3px 2px #C69BDC;">
Div content here</div>
This div box has shadow with color #C69BDC.

Preview

Color preview on black background

This text has color #C69BDC on black background.


Color preview on white background

This text has color #C69BDC on white background.



Black color preview on #C69BDC background

This text has black color on #C69BDC background.


White color preview on #C69BDC background

This text has white color on #C69BDC background.