COLOR #C09DC8

HEX: #C09DC8
RGB: (192,157,200)

Color info

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

RGB color model

#C09DC8 color RGB value is (192,157,200).

  • red value is 192;
  • green value is 157;
  • blue value is 200.
RGB:
(192,157,200)
(75%,62%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 200 of 255 = 78%

192
157
200

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

Portions of RGB colors in percentages

R + G + B =
192 + 157 + 200 = 549 (100%)
R 192 of 549 ~ 34.97%
G 157 of 549 ~ 28.6%
B 200 of 549 ~ 36.43%

%34.97
%28.6
%36.43

CMYK color model

#C09DC8 color CMYK value is (4,22,0,22).

  • cyan value is 4.00%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(4,22,0,22)
C4M22Y0K22 
(4%,22%,0%,22%)
(0.04/0.22/0.00/0.22)	

CMYK percentages

%4
%21.5
%0
%21.57

Codes

Color #C09DC8 in popluar color models

C09DC8
RGB192157200
HSL289°28.10%70.00%
HSB/HSV289°21.50%78.43%
CMYK4.00%21.50%0.00%
21.57%

Color #C09DC8 in popluar number systems.

HEXC09DC8
Decimal192157200
Binary110000001001110111001000
Octal300235310

Shades and tints

Shades of #C09DC8

#C09DC8
(192,157,200)
#AF8FB6
(175,143,182)
#9E81A4
(158,129,164)
#8D7392
(141,115,146)
#7C6580
(124,101,128)
#6B576E
(107,87,110)
#5A495C
(90,73,92)
#493B4A
(73,59,74)
#382D38
(56,45,56)
#271F26
(39,31,38)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #C09DC8

#C09DC8
(192,157,200)
#C5A5CD
(197,165,205)
#CAADD2
(202,173,210)
#CFB5D7
(207,181,215)
#D4BDDC
(212,189,220)
#D9C5E1
(217,197,225)
#DECDE6
(222,205,230)
#E3D5EB
(227,213,235)
#E8DDF0
(232,221,240)
#EDE5F5
(237,229,245)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09DC8; }

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

This text font color is #C09DC8.


Background Color

.myBgColor { background-color: #C09DC8; }

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

This div background color is #C09DC8.


Border color

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

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

This div border color is #C09DC8.


Opacity

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

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

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

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

This text has shadow with #C09DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09DC8 on black background.


Color preview on white background

This text has color #C09DC8 on white background.



Black color preview on #C09DC8 background

This text has black color on #C09DC8 background.


White color preview on #C09DC8 background

This text has white color on #C09DC8 background.