COLOR #CB999D

HEX: #CB999D
RGB: (203,153,157)

Color info

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

RGB color model

#CB999D color RGB value is (203,153,157).

  • red value is 203;
  • green value is 153;
  • blue value is 157.
RGB:
(203,153,157)
(80%,60%,62%)

RGB channels and saturation

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

203
153
157

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

Portions of RGB colors in percentages

R + G + B =
203 + 153 + 157 = 513 (100%)
R 203 of 513 ~ 39.57%
G 153 of 513 ~ 29.82%
B 157 of 513 ~ 30.6%

%39.57
%29.82
%30.6

CMYK color model

#CB999D color CMYK value is (0,25,23,20).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 22.66%
  • key color value is 20.39%
CMYK:
(0,25,23,20)
C0M25Y23K20 
(0%,25%,23%,20%)
(0.00/0.25/0.23/0.20)	

CMYK percentages

%0
%24.63
%22.66
%20.39

Codes

Color #CB999D in popluar color models

CB999D
RGB203153157
HSL355°32.47%69.80%
HSB/HSV355°24.63%79.61%
CMYK0.00%24.63%22.66%
20.39%

Color #CB999D in popluar number systems.

HEXCB999D
Decimal203153157
Binary110010111001100110011101
Octal313231235

Shades and tints

Shades of #CB999D

#CB999D
(203,153,157)
#B98C8F
(185,140,143)
#A77F81
(167,127,129)
#957273
(149,114,115)
#836565
(131,101,101)
#715857
(113,88,87)
#5F4B49
(95,75,73)
#4D3E3B
(77,62,59)
#3B312D
(59,49,45)
#29241F
(41,36,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #CB999D

#CB999D
(203,153,157)
#CFA2A5
(207,162,165)
#D3ABAD
(211,171,173)
#D7B4B5
(215,180,181)
#DBBDBD
(219,189,189)
#DFC6C5
(223,198,197)
#E3CFCD
(227,207,205)
#E7D8D5
(231,216,213)
#EBE1DD
(235,225,221)
#EFEAE5
(239,234,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB999D; }

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

This text font color is #CB999D.


Background Color

.myBgColor { background-color: #CB999D; }

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

This div background color is #CB999D.


Border color

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

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

This div border color is #CB999D.


Opacity

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

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

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

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

This text has shadow with #CB999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB999D on black background.


Color preview on white background

This text has color #CB999D on white background.



Black color preview on #CB999D background

This text has black color on #CB999D background.


White color preview on #CB999D background

This text has white color on #CB999D background.