COLOR #C09EAB

HEX: #C09EAB RGB: (192,158,171)

Color info

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

RGB color model

#C09EAB color RGB value is (192,158,171).

RGB: (192,158,171) (75%, 62%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 171 of 255 = 67%

192
158
171

R + G + B ~ 68%. #C09EAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 171 = 521 (100%)
R 192 of 521 ~ 36.85%
G 158 of 521 ~ 30.33%
B 171 of 521 ~ 32.82'%

%36.85
%30.33
%32.82

CMYK color model

#C09EAB color CMYK value is (0,18,11,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 10.94%
  • key color value is 24.71%

CMYK: (0,18,11,25)
C0M18Y11K25 (0%, 18%, 11%, 25%)
(0.00 / 0.18 / 0.11 / 0.25)

CMYK percentages

%0
%17.71
%10.94
%24.71

Codes

Color #C09EAB in popluar color models

C0 9E AB
RGB 192 158 171
HSL 337° 21.25% 68.63%
HSB/HSV 337° 17.71% 75.29%
CMYK 0.00% 17.71% 10.94%
24.71%

Color #C09EAB in popluar number systems.

HEX C0 9E AB
Decimal 192 158 171
Binary 11000000 10011110 10101011
Octal 300 236 253

Shades and tints

Shades of #C09EAB

#C09EAB
(192,158,171)
#AF909C
(175,144,156)
#9E828D
(158,130,141)
#8D747E
(141,116,126)
#7C666F
(124,102,111)
#6B5860
(107,88,96)
#5A4A51
(90,74,81)
#493C42
(73,60,66)
#382E33
(56,46,51)
#272024
(39,32,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #C09EAB

#C09EAB
(192,158,171)
#C5A6B2
(197,166,178)
#CAAEB9
(202,174,185)
#CFB6C0
(207,182,192)
#D4BEC7
(212,190,199)
#D9C6CE
(217,198,206)
#DECED5
(222,206,213)
#E3D6DC
(227,214,220)
#E8DEE3
(232,222,227)
#EDE6EA
(237,230,234)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09EAB color. Also use rgb(192,158,171) instead hex code.

Text Font Color

.myTextColor { color: #C09EAB; }

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

This text font color is #C09EAB.

Background Color

.myBgColor { background-color: #C09EAB; }

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

This div background color is #C09EAB.

Border color

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

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

This div border color is #C09EAB.

Opacity

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

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

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

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

This text has shadow with #C09EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09EAB.

Preview

Color preview on black background

This text has color #C09EAB on black background.


Color preview on white background

This text has color #C09EAB on white background.


Black color preview on #C09EAB background

This text has black color on #C09EAB background.


White color preview on #C09EAB background

This text has white color on #C09EAB background.


Related colors

Complementary color

Complementary color for #hex is #3F6154.


I love getcolorcode.com

Triadic colors

1 #ABC09E and #9EABC0 with #C09EAB are triadic colors.

2 #AB9EC0 and #9EC0AB with #C09EAB are triadic colors.