COLOR #CB9E93

HEX: #CB9E93
RGB: (203,158,147)

Color info

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

RGB color model

#CB9E93 color RGB value is (203,158,147).

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

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 147 of 255 = 58%

203
158
147

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

Portions of RGB colors in percentages

R + G + B =
203 + 158 + 147 = 508 (100%)
R 203 of 508 ~ 39.96%
G 158 of 508 ~ 31.1%
B 147 of 508 ~ 28.94%

%39.96
%31.1
%28.94

CMYK color model

#CB9E93 color CMYK value is (0,22,28,20).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(0,22,28,20)
C0M22Y28K20 
(0%,22%,28%,20%)
(0.00/0.22/0.28/0.20)	

CMYK percentages

%0
%22.17
%27.59
%20.39

Codes

Color #CB9E93 in popluar color models

CB9E93
RGB203158147
HSL12°35.00%68.63%
HSB/HSV12°27.59%79.61%
CMYK0.00%22.17%27.59%
20.39%

Color #CB9E93 in popluar number systems.

HEXCB9E93
Decimal203158147
Binary110010111001111010010011
Octal313236223

Shades and tints

Shades of #CB9E93

#CB9E93
(203,158,147)
#B99086
(185,144,134)
#A78279
(167,130,121)
#95746C
(149,116,108)
#83665F
(131,102,95)
#715852
(113,88,82)
#5F4A45
(95,74,69)
#4D3C38
(77,60,56)
#3B2E2B
(59,46,43)
#29201E
(41,32,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #CB9E93

#CB9E93
(203,158,147)
#CFA69C
(207,166,156)
#D3AEA5
(211,174,165)
#D7B6AE
(215,182,174)
#DBBEB7
(219,190,183)
#DFC6C0
(223,198,192)
#E3CEC9
(227,206,201)
#E7D6D2
(231,214,210)
#EBDEDB
(235,222,219)
#EFE6E4
(239,230,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9E93; }

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

This text font color is #CB9E93.


Background Color

.myBgColor { background-color: #CB9E93; }

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

This div background color is #CB9E93.


Border color

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

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

This div border color is #CB9E93.


Opacity

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

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

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

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

This text has shadow with #CB9E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9E93 on black background.


Color preview on white background

This text has color #CB9E93 on white background.



Black color preview on #CB9E93 background

This text has black color on #CB9E93 background.


White color preview on #CB9E93 background

This text has white color on #CB9E93 background.