COLOR #C09DCB

HEX: #C09DCB RGB: (192,157,203)

Color info

#C09DCB contains red, green and blue colors in about the same proportion. Web safe color of #C09DCB is #CC99CC (or #C9C).

RGB color model

#C09DCB color RGB value is (192,157,203).

RGB: (192,157,203) (75%, 62%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 203 of 255 = 80%

192
157
203

R + G + B ~ 72%. #C09DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 203 = 552 (100%)
R 192 of 552 ~ 34.78%
G 157 of 552 ~ 28.44%
B 203 of 552 ~ 36.78'%

%34.78
%28.44
%36.78

CMYK color model

#C09DCB color CMYK value is (5,23,0,20).

  • cyan value is 5.42%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (5,23,0,20) C5M23Y0K20 (5%,23%,0%,20%) (0.05/0.23/0.00/0.20) 

CMYK percentages

%5.42
%22.66
%0
%20.39

Codes

Color #C09DCB in popluar color models

C0 9D CB
RGB 192 157 203
HSL 286° 30.67% 70.59%
HSB/HSV 286° 22.66% 79.61%
CMYK 5.42% 22.66% 0.00%
20.39%

Color #C09DCB in popluar number systems.

HEX C0 9D CB
Decimal 192 157 203
Binary 11000000 10011101 11001011
Octal 300 235 313

Shades and tints

Shades of #C09DCB

#C09DCB
(192,157,203)
#AF8FB9
(175,143,185)
#9E81A7
(158,129,167)
#8D7395
(141,115,149)
#7C6583
(124,101,131)
#6B5771
(107,87,113)
#5A495F
(90,73,95)
#493B4D
(73,59,77)
#382D3B
(56,45,59)
#271F29
(39,31,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #C09DCB

#C09DCB
(192,157,203)
#C5A5CF
(197,165,207)
#CAADD3
(202,173,211)
#CFB5D7
(207,181,215)
#D4BDDB
(212,189,219)
#D9C5DF
(217,197,223)
#DECDE3
(222,205,227)
#E3D5E7
(227,213,231)
#E8DDEB
(232,221,235)
#EDE5EF
(237,229,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09DCB color. Also use rgb(192,157,203) instead hex code.

Text Font Color

.myTextColor { color: #C09DCB; }

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

This text font color is #C09DCB.

Background Color

.myBgColor { background-color: #C09DCB; }

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

This div background color is #C09DCB.

Border color

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

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

This div border color is #C09DCB.

Opacity

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

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

Text with #C09DCB 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 #C09DCB;}

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

This text has shadow with #C09DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09DCB.

Preview

Color preview on black background

This text has color #C09DCB on black background.


Color preview on white background

This text has color #C09DCB on white background.


Black color preview on #C09DCB background

This text has black color on #C09DCB background.


White color preview on #C09DCB background

This text has white color on #C09DCB background.


Related colors

Complementary color

Complementary color for #hex is #3F6234.


I love getcolorcode.com

Triadic colors

1 #CBC09D and #9DCBC0 with #C09DCB are triadic colors.

2 #CB9DC0 and #9DC0CB with #C09DCB are triadic colors.