COLOR #C09DCF

HEX: #C09DCF
RGB: (192,157,207)

Color info

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

RGB color model

#C09DCF color RGB value is (192,157,207).

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

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 207 of 255 = 81%

192
157
207

R + G + B ~ 73%. #C09DCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 157 + 207 = 556 (100%)
R 192 of 556 ~ 34.53%
G 157 of 556 ~ 28.24%
B 207 of 556 ~ 37.23%

%34.53
%28.24
%37.23

CMYK color model

#C09DCF color CMYK value is (7,24,0,19).

  • cyan value is 7.25%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,24,0,19)
C7M24Y0K19 
(7%,24%,0%,19%)
(0.07/0.24/0.00/0.19)	

CMYK percentages

%7.25
%24.15
%0
%18.82

Codes

Color #C09DCF in popluar color models

C09DCF
RGB192157207
HSL282°34.25%71.37%
HSB/HSV282°24.15%81.18%
CMYK7.25%24.15%0.00%
18.82%

Color #C09DCF in popluar number systems.

HEXC09DCF
Decimal192157207
Binary110000001001110111001111
Octal300235317

Shades and tints

Shades of #C09DCF

#C09DCF
(192,157,207)
#AF8FBD
(175,143,189)
#9E81AB
(158,129,171)
#8D7399
(141,115,153)
#7C6587
(124,101,135)
#6B5775
(107,87,117)
#5A4963
(90,73,99)
#493B51
(73,59,81)
#382D3F
(56,45,63)
#271F2D
(39,31,45)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #C09DCF

#C09DCF
(192,157,207)
#C5A5D3
(197,165,211)
#CAADD7
(202,173,215)
#CFB5DB
(207,181,219)
#D4BDDF
(212,189,223)
#D9C5E3
(217,197,227)
#DECDE7
(222,205,231)
#E3D5EB
(227,213,235)
#E8DDEF
(232,221,239)
#EDE5F3
(237,229,243)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09DCF; }

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

This text font color is #C09DCF.


Background Color

.myBgColor { background-color: #C09DCF; }

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

This div background color is #C09DCF.


Border color

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

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

This div border color is #C09DCF.


Opacity

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

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

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

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

This text has shadow with #C09DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09DCF on black background.


Color preview on white background

This text has color #C09DCF on white background.



Black color preview on #C09DCF background

This text has black color on #C09DCF background.


White color preview on #C09DCF background

This text has white color on #C09DCF background.