COLOR #C09DB2

HEX: #C09DB2 RGB: (192,157,178)

Color info

#C09DB2 contains red, green and blue colors in about the same proportion. Web safe color of #C09DB2 is #CC9999 (or #C99).

RGB color model

#C09DB2 color RGB value is (192,157,178).

RGB: (192,157,178) (75%, 62%, 70%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 178 of 255 = 70%

192
157
178

R + G + B ~ 69%. #C09DB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 178 = 527 (100%)
R 192 of 527 ~ 36.43%
G 157 of 527 ~ 29.79%
B 178 of 527 ~ 33.78'%

%36.43
%29.79
%33.78

CMYK color model

#C09DB2 color CMYK value is (0,18,7,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK: (0,18,7,25) C0M18Y7K25 (0%,18%,7%,25%) (0.00/0.18/0.07/0.25) 

CMYK percentages

%0
%18.23
%7.29
%24.71

Codes

Color #C09DB2 in popluar color models

C0 9D B2
RGB 192 157 178
HSL 324° 21.74% 68.43%
HSB/HSV 324° 18.23% 75.29%
CMYK 0.00% 18.23% 7.29%
24.71%

Color #C09DB2 in popluar number systems.

HEX C0 9D B2
Decimal 192 157 178
Binary 11000000 10011101 10110010
Octal 300 235 262

Shades and tints

Shades of #C09DB2

#C09DB2
(192,157,178)
#AF8FA2
(175,143,162)
#9E8192
(158,129,146)
#8D7382
(141,115,130)
#7C6572
(124,101,114)
#6B5762
(107,87,98)
#5A4952
(90,73,82)
#493B42
(73,59,66)
#382D32
(56,45,50)
#271F22
(39,31,34)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #C09DB2

#C09DB2
(192,157,178)
#C5A5B9
(197,165,185)
#CAADC0
(202,173,192)
#CFB5C7
(207,181,199)
#D4BDCE
(212,189,206)
#D9C5D5
(217,197,213)
#DECDDC
(222,205,220)
#E3D5E3
(227,213,227)
#E8DDEA
(232,221,234)
#EDE5F1
(237,229,241)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09DB2; }

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

This text font color is #C09DB2.

Background Color

.myBgColor { background-color: #C09DB2; }

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

This div background color is #C09DB2.

Border color

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

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

This div border color is #C09DB2.

Opacity

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

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

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

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

This text has shadow with #C09DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09DB2.

Preview

Color preview on black background

This text has color #C09DB2 on black background.


Color preview on white background

This text has color #C09DB2 on white background.


Black color preview on #C09DB2 background

This text has black color on #C09DB2 background.


White color preview on #C09DB2 background

This text has white color on #C09DB2 background.


Related colors

Complementary color

Complementary color for #hex is #3F624D.


I love getcolorcode.com

Triadic colors

1 #B2C09D and #9DB2C0 with #C09DB2 are triadic colors.

2 #B29DC0 and #9DC0B2 with #C09DB2 are triadic colors.