COLOR #C99EBE

HEX: #C99EBE RGB: (201,158,190)

Color info

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

RGB color model

#C99EBE color RGB value is (201,158,190).

RGB: (201,158,190) (79%, 62%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 190 of 255 = 75%

201
158
190

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

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 190 = 549 (100%)
R 201 of 549 ~ 36.61%
G 158 of 549 ~ 28.78%
B 190 of 549 ~ 34.61'%

%36.61
%28.78
%34.61

CMYK color model

#C99EBE color CMYK value is (0,21,5,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 5.47%
  • key color value is 21.18%

CMYK: (0,21,5,21)
C0M21Y5K21 (0%, 21%, 5%, 21%)
(0.00 / 0.21 / 0.05 / 0.21)

CMYK percentages

%0
%21.39
%5.47
%21.18

Codes

Color #C99EBE in popluar color models

C9 9E BE
RGB 201 158 190
HSL 315° 28.48% 70.39%
HSB/HSV 315° 21.39% 78.82%
CMYK 0.00% 21.39% 5.47%
21.18%

Color #C99EBE in popluar number systems.

HEX C9 9E BE
Decimal 201 158 190
Binary 11001001 10011110 10111110
Octal 311 236 276

Shades and tints

Shades of #C99EBE

#C99EBE
(201,158,190)
#B790AD
(183,144,173)
#A5829C
(165,130,156)
#93748B
(147,116,139)
#81667A
(129,102,122)
#6F5869
(111,88,105)
#5D4A58
(93,74,88)
#4B3C47
(75,60,71)
#392E36
(57,46,54)
#272025
(39,32,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C99EBE

#C99EBE
(201,158,190)
#CDA6C3
(205,166,195)
#D1AEC8
(209,174,200)
#D5B6CD
(213,182,205)
#D9BED2
(217,190,210)
#DDC6D7
(221,198,215)
#E1CEDC
(225,206,220)
#E5D6E1
(229,214,225)
#E9DEE6
(233,222,230)
#EDE6EB
(237,230,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99EBE color. Also use rgb(201,158,190) instead hex code.

Text Font Color

.myTextColor { color: #C99EBE; }

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

This text font color is #C99EBE.

Background Color

.myBgColor { background-color: #C99EBE; }

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

This div background color is #C99EBE.

Border color

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

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

This div border color is #C99EBE.

Opacity

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

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

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

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

This text has shadow with #C99EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EBE.

Preview

Color preview on black background

This text has color #C99EBE on black background.


Color preview on white background

This text has color #C99EBE on white background.


Black color preview on #C99EBE background

This text has black color on #C99EBE background.


White color preview on #C99EBE background

This text has white color on #C99EBE background.


Related colors

Complementary color

Complementary color for #hex is #366141.


I love getcolorcode.com

Triadic colors

1 #BEC99E and #9EBEC9 with #C99EBE are triadic colors.

2 #BE9EC9 and #9EC9BE with #C99EBE are triadic colors.