COLOR #C09DEE

HEX: #C09DEE RGB: (192,157,238)

Color info

#C09DEE contains mainly red and blue colors. Web safe color of #C09DEE is #CC99FF (or #C9F).

RGB color model

#C09DEE color RGB value is (192,157,238).

RGB: (192,157,238) (75%, 62%, 93%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 238 of 255 = 93%

192
157
238

R + G + B ~ 77%. #C09DEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 238 = 587 (100%)
R 192 of 587 ~ 32.71%
G 157 of 587 ~ 26.75%
B 238 of 587 ~ 40.55'%

%32.71
%26.75
%40.55

CMYK color model

#C09DEE color CMYK value is (19,34,0,7).

  • cyan value is 19.33%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (19,34,0,7) C19M34Y0K7 (19%,34%,0%,7%) (0.19/0.34/0.00/0.07) 

CMYK percentages

%19.33
%34.03
%0
%6.67

Codes

Color #C09DEE in popluar color models

C0 9D EE
RGB 192 157 238
HSL 266° 70.43% 77.45%
HSB/HSV 266° 34.03% 93.33%
CMYK 19.33% 34.03% 0.00%
6.67%

Color #C09DEE in popluar number systems.

HEX C0 9D EE
Decimal 192 157 238
Binary 11000000 10011101 11101110
Octal 300 235 356

Shades and tints

Shades of #C09DEE

#C09DEE
(192,157,238)
#AF8FD9
(175,143,217)
#9E81C4
(158,129,196)
#8D73AF
(141,115,175)
#7C659A
(124,101,154)
#6B5785
(107,87,133)
#5A4970
(90,73,112)
#493B5B
(73,59,91)
#382D46
(56,45,70)
#271F31
(39,31,49)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #C09DEE

#C09DEE
(192,157,238)
#C5A5EF
(197,165,239)
#CAADF0
(202,173,240)
#CFB5F1
(207,181,241)
#D4BDF2
(212,189,242)
#D9C5F3
(217,197,243)
#DECDF4
(222,205,244)
#E3D5F5
(227,213,245)
#E8DDF6
(232,221,246)
#EDE5F7
(237,229,247)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09DEE; }

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

This text font color is #C09DEE.

Background Color

.myBgColor { background-color: #C09DEE; }

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

This div background color is #C09DEE.

Border color

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

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

This div border color is #C09DEE.

Opacity

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

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

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

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

This text has shadow with #C09DEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09DEE.

Preview

Color preview on black background

This text has color #C09DEE on black background.


Color preview on white background

This text has color #C09DEE on white background.


Black color preview on #C09DEE background

This text has black color on #C09DEE background.


White color preview on #C09DEE background

This text has white color on #C09DEE background.


Related colors

Complementary color

Complementary color for #hex is #3F6211.


I love getcolorcode.com

Triadic colors

1 #EEC09D and #9DEEC0 with #C09DEE are triadic colors.

2 #EE9DC0 and #9DC0EE with #C09DEE are triadic colors.