COLOR #C09EB7

HEX: #C09EB7 RGB: (192,158,183)

Color info

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

RGB color model

#C09EB7 color RGB value is (192,158,183).

RGB: (192,158,183) (75%, 62%, 72%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 183 of 255 = 72%

192
158
183

R + G + B ~ 70%. #C09EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 183 = 533 (100%)
R 192 of 533 ~ 36.02%
G 158 of 533 ~ 29.64%
B 183 of 533 ~ 34.33'%

%36.02
%29.64
%34.33

CMYK color model

#C09EB7 color CMYK value is (0,18,5,25).

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

CMYK: (0,18,5,25)
C0M18Y5K25 (0%, 18%, 5%, 25%)
(0.00 / 0.18 / 0.05 / 0.25)

CMYK percentages

%0
%17.71
%4.69
%24.71

Codes

Color #C09EB7 in popluar color models

C0 9E B7
RGB 192 158 183
HSL 316° 21.25% 68.63%
HSB/HSV 316° 17.71% 75.29%
CMYK 0.00% 17.71% 4.69%
24.71%

Color #C09EB7 in popluar number systems.

HEX C0 9E B7
Decimal 192 158 183
Binary 11000000 10011110 10110111
Octal 300 236 267

Shades and tints

Shades of #C09EB7

#C09EB7
(192,158,183)
#AF90A7
(175,144,167)
#9E8297
(158,130,151)
#8D7487
(141,116,135)
#7C6677
(124,102,119)
#6B5867
(107,88,103)
#5A4A57
(90,74,87)
#493C47
(73,60,71)
#382E37
(56,46,55)
#272027
(39,32,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #C09EB7

#C09EB7
(192,158,183)
#C5A6BD
(197,166,189)
#CAAEC3
(202,174,195)
#CFB6C9
(207,182,201)
#D4BECF
(212,190,207)
#D9C6D5
(217,198,213)
#DECEDB
(222,206,219)
#E3D6E1
(227,214,225)
#E8DEE7
(232,222,231)
#EDE6ED
(237,230,237)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09EB7; }

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

This text font color is #C09EB7.

Background Color

.myBgColor { background-color: #C09EB7; }

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

This div background color is #C09EB7.

Border color

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

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

This div border color is #C09EB7.

Opacity

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

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

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

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

This text has shadow with #C09EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09EB7.

Preview

Color preview on black background

This text has color #C09EB7 on black background.


Color preview on white background

This text has color #C09EB7 on white background.


Black color preview on #C09EB7 background

This text has black color on #C09EB7 background.


White color preview on #C09EB7 background

This text has white color on #C09EB7 background.


Related colors

Complementary color

Complementary color for #hex is #3F6148.


I love getcolorcode.com

Triadic colors

1 #B7C09E and #9EB7C0 with #C09EB7 are triadic colors.

2 #B79EC0 and #9EC0B7 with #C09EB7 are triadic colors.