COLOR #CB9399

HEX: #CB9399
RGB: (203,147,153)

Color info

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

RGB color model

#CB9399 color RGB value is (203,147,153).

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

RGB channels and saturation

R 203 of 255 = 80%
G 147 of 255 = 58%
B 153 of 255 = 60%

203
147
153

R + G + B ~ 66%. #CB9399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 147 + 153 = 503 (100%)
R 203 of 503 ~ 40.36%
G 147 of 503 ~ 29.22%
B 153 of 503 ~ 30.42%

%40.36
%29.22
%30.42

CMYK color model

#CB9399 color CMYK value is (0,28,25,20).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 24.63%
  • key color value is 20.39%
CMYK:
(0,28,25,20)
C0M28Y25K20 
(0%,28%,25%,20%)
(0.00/0.28/0.25/0.20)	

CMYK percentages

%0
%27.59
%24.63
%20.39

Codes

Color #CB9399 in popluar color models

CB9399
RGB203147153
HSL354°35.00%68.63%
HSB/HSV354°27.59%79.61%
CMYK0.00%27.59%24.63%
20.39%

Color #CB9399 in popluar number systems.

HEXCB9399
Decimal203147153
Binary110010111001001110011001
Octal313223231

Shades and tints

Shades of #CB9399

#CB9399
(203,147,153)
#B9868C
(185,134,140)
#A7797F
(167,121,127)
#956C72
(149,108,114)
#835F65
(131,95,101)
#715258
(113,82,88)
#5F454B
(95,69,75)
#4D383E
(77,56,62)
#3B2B31
(59,43,49)
#291E24
(41,30,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #CB9399

#CB9399
(203,147,153)
#CF9CA2
(207,156,162)
#D3A5AB
(211,165,171)
#D7AEB4
(215,174,180)
#DBB7BD
(219,183,189)
#DFC0C6
(223,192,198)
#E3C9CF
(227,201,207)
#E7D2D8
(231,210,216)
#EBDBE1
(235,219,225)
#EFE4EA
(239,228,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9399; }

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

This text font color is #CB9399.


Background Color

.myBgColor { background-color: #CB9399; }

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

This div background color is #CB9399.


Border color

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

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

This div border color is #CB9399.


Opacity

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

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

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

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

This text has shadow with #CB9399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9399 on black background.


Color preview on white background

This text has color #CB9399 on white background.



Black color preview on #CB9399 background

This text has black color on #CB9399 background.


White color preview on #CB9399 background

This text has white color on #CB9399 background.