COLOR #C09ACB

HEX: #C09ACB
RGB: (192,154,203)

Color info

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

RGB color model

#C09ACB color RGB value is (192,154,203).

  • red value is 192;
  • green value is 154;
  • blue value is 203.
RGB:
(192,154,203)
(75%,60%,80%)

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 203 of 255 = 80%

192
154
203

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

Portions of RGB colors in percentages

R + G + B =
192 + 154 + 203 = 549 (100%)
R 192 of 549 ~ 34.97%
G 154 of 549 ~ 28.05%
B 203 of 549 ~ 36.98%

%34.97
%28.05
%36.98

CMYK color model

#C09ACB color CMYK value is (5,24,0,20).

  • cyan value is 5.42%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(5,24,0,20)
C5M24Y0K20 
(5%,24%,0%,20%)
(0.05/0.24/0.00/0.20)	

CMYK percentages

%5.42
%24.14
%0
%20.39

Codes

Color #C09ACB in popluar color models

C09ACB
RGB192154203
HSL287°32.03%70.00%
HSB/HSV287°24.14%79.61%
CMYK5.42%24.14%0.00%
20.39%

Color #C09ACB in popluar number systems.

HEXC09ACB
Decimal192154203
Binary110000001001101011001011
Octal300232313

Shades and tints

Shades of #C09ACB

#C09ACB
(192,154,203)
#AF8CB9
(175,140,185)
#9E7EA7
(158,126,167)
#8D7095
(141,112,149)
#7C6283
(124,98,131)
#6B5471
(107,84,113)
#5A465F
(90,70,95)
#49384D
(73,56,77)
#382A3B
(56,42,59)
#271C29
(39,28,41)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #C09ACB

#C09ACB
(192,154,203)
#C5A3CF
(197,163,207)
#CAACD3
(202,172,211)
#CFB5D7
(207,181,215)
#D4BEDB
(212,190,219)
#D9C7DF
(217,199,223)
#DED0E3
(222,208,227)
#E3D9E7
(227,217,231)
#E8E2EB
(232,226,235)
#EDEBEF
(237,235,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09ACB; }

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

This text font color is #C09ACB.


Background Color

.myBgColor { background-color: #C09ACB; }

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

This div background color is #C09ACB.


Border color

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

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

This div border color is #C09ACB.


Opacity

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

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

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

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

This text has shadow with #C09ACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09ACB on black background.


Color preview on white background

This text has color #C09ACB on white background.



Black color preview on #C09ACB background

This text has black color on #C09ACB background.


White color preview on #C09ACB background

This text has white color on #C09ACB background.