COLOR #CB9693

HEX: #CB9693 RGB: (203,150,147)

Color info

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

RGB color model

#CB9693 color RGB value is (203,150,147).

RGB: (203,150,147) (80%, 59%, 58%)

RGB channels and saturation

R 203 of 255 = 80%
G 150 of 255 = 59%
B 147 of 255 = 58%

203
150
147

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

Portions of RGB colors in percentages

R + G + B = 203 + 150 + 147 = 500 (100%)
R 203 of 500 ~ 40.6%
G 150 of 500 ~ 30%
B 147 of 500 ~ 29.4'%

%40.6
%30
%29.4

CMYK color model

#CB9693 color CMYK value is (0,26,28,20).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK: (0,26,28,20) C0M26Y28K20 (0%,26%,28%,20%) (0.00/0.26/0.28/0.20) 

CMYK percentages

%0
%26.11
%27.59
%20.39

Codes

Color #CB9693 in popluar color models

CB 96 93
RGB 203 150 147
HSL 35.00% 68.63%
HSB/HSV 27.59% 79.61%
CMYK 0.00% 26.11% 27.59%
20.39%

Color #CB9693 in popluar number systems.

HEX CB 96 93
Decimal 203 150 147
Binary 11001011 10010110 10010011
Octal 313 226 223

Shades and tints

Shades of #CB9693

#CB9693
(203,150,147)
#B98986
(185,137,134)
#A77C79
(167,124,121)
#956F6C
(149,111,108)
#83625F
(131,98,95)
#715552
(113,85,82)
#5F4845
(95,72,69)
#4D3B38
(77,59,56)
#3B2E2B
(59,46,43)
#29211E
(41,33,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #CB9693

#CB9693
(203,150,147)
#CF9F9C
(207,159,156)
#D3A8A5
(211,168,165)
#D7B1AE
(215,177,174)
#DBBAB7
(219,186,183)
#DFC3C0
(223,195,192)
#E3CCC9
(227,204,201)
#E7D5D2
(231,213,210)
#EBDEDB
(235,222,219)
#EFE7E4
(239,231,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9693; }

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

This text font color is #CB9693.

Background Color

.myBgColor { background-color: #CB9693; }

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

This div background color is #CB9693.

Border color

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

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

This div border color is #CB9693.

Opacity

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

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

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

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

This text has shadow with #CB9693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9693.

Preview

Color preview on black background

This text has color #CB9693 on black background.


Color preview on white background

This text has color #CB9693 on white background.


Black color preview on #CB9693 background

This text has black color on #CB9693 background.


White color preview on #CB9693 background

This text has white color on #CB9693 background.


Related colors

Complementary color

Complementary color for #hex is #34696C.


I love getcolorcode.com

Triadic colors

1 #93CB96 and #9693CB with #CB9693 are triadic colors.

2 #9396CB and #96CB93 with #CB9693 are triadic colors.