COLOR #CB9E99

HEX: #CB9E99 RGB: (203,158,153)

Color info

#CB9E99 contains red, green and blue colors in about the same proportion. Web safe color of #CB9E99 is #CC9999 (or #C99).

RGB color model

#CB9E99 color RGB value is (203,158,153).

RGB: (203,158,153) (80%, 62%, 60%)

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 153 of 255 = 60%

203
158
153

R + G + B ~ 67%. #CB9E99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 158 + 153 = 514 (100%)
R 203 of 514 ~ 39.49%
G 158 of 514 ~ 30.74%
B 153 of 514 ~ 29.77'%

%39.49
%30.74
%29.77

CMYK color model

#CB9E99 color CMYK value is (0,22,25,20).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 24.63%
  • key color value is 20.39%

CMYK: (0,22,25,20)
C0M22Y25K20 (0%, 22%, 25%, 20%)
(0.00 / 0.22 / 0.25 / 0.20)

CMYK percentages

%0
%22.17
%24.63
%20.39

Codes

Color #CB9E99 in popluar color models

CB 9E 99
RGB 203 158 153
HSL 32.47% 69.80%
HSB/HSV 24.63% 79.61%
CMYK 0.00% 22.17% 24.63%
20.39%

Color #CB9E99 in popluar number systems.

HEX CB 9E 99
Decimal 203 158 153
Binary 11001011 10011110 10011001
Octal 313 236 231

Shades and tints

Shades of #CB9E99

#CB9E99
(203,158,153)
#B9908C
(185,144,140)
#A7827F
(167,130,127)
#957472
(149,116,114)
#836665
(131,102,101)
#715858
(113,88,88)
#5F4A4B
(95,74,75)
#4D3C3E
(77,60,62)
#3B2E31
(59,46,49)
#292024
(41,32,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #CB9E99

#CB9E99
(203,158,153)
#CFA6A2
(207,166,162)
#D3AEAB
(211,174,171)
#D7B6B4
(215,182,180)
#DBBEBD
(219,190,189)
#DFC6C6
(223,198,198)
#E3CECF
(227,206,207)
#E7D6D8
(231,214,216)
#EBDEE1
(235,222,225)
#EFE6EA
(239,230,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9E99 color. Also use rgb(203,158,153) instead hex code.

Text Font Color

.myTextColor { color: #CB9E99; }

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

This text font color is #CB9E99.

Background Color

.myBgColor { background-color: #CB9E99; }

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

This div background color is #CB9E99.

Border color

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

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

This div border color is #CB9E99.

Opacity

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

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

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

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

This text has shadow with #CB9E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9E99.

Preview

Color preview on black background

This text has color #CB9E99 on black background.


Color preview on white background

This text has color #CB9E99 on white background.


Black color preview on #CB9E99 background

This text has black color on #CB9E99 background.


White color preview on #CB9E99 background

This text has white color on #CB9E99 background.


Related colors

Complementary color

Complementary color for #hex is #346166.


I love getcolorcode.com

Triadic colors

1 #99CB9E and #9E99CB with #CB9E99 are triadic colors.

2 #999ECB and #9ECB99 with #CB9E99 are triadic colors.