COLOR #CB9198

HEX: #CB9198
RGB: (203,145,152)

Color info

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

RGB color model

#CB9198 color RGB value is (203,145,152).

  • red value is 203;
  • green value is 145;
  • blue value is 152.
RGB:
(203,145,152)
(80%,57%,60%)

RGB channels and saturation

R 203 of 255 = 80%
G 145 of 255 = 57%
B 152 of 255 = 60%

203
145
152

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

Portions of RGB colors in percentages

R + G + B =
203 + 145 + 152 = 500 (100%)
R 203 of 500 ~ 40.6%
G 145 of 500 ~ 29%
B 152 of 500 ~ 30.4%

%40.6
%29
%30.4

CMYK color model

#CB9198 color CMYK value is (0,29,25,20).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 25.12%
  • key color value is 20.39%
CMYK:
(0,29,25,20)
C0M29Y25K20 
(0%,29%,25%,20%)
(0.00/0.29/0.25/0.20)	

CMYK percentages

%0
%28.57
%25.12
%20.39

Codes

Color #CB9198 in popluar color models

CB9198
RGB203145152
HSL353°35.80%68.24%
HSB/HSV353°28.57%79.61%
CMYK0.00%28.57%25.12%
20.39%

Color #CB9198 in popluar number systems.

HEXCB9198
Decimal203145152
Binary110010111001000110011000
Octal313221230

Shades and tints

Shades of #CB9198

#CB9198
(203,145,152)
#B9848B
(185,132,139)
#A7777E
(167,119,126)
#956A71
(149,106,113)
#835D64
(131,93,100)
#715057
(113,80,87)
#5F434A
(95,67,74)
#4D363D
(77,54,61)
#3B2930
(59,41,48)
#291C23
(41,28,35)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #CB9198

#CB9198
(203,145,152)
#CF9BA1
(207,155,161)
#D3A5AA
(211,165,170)
#D7AFB3
(215,175,179)
#DBB9BC
(219,185,188)
#DFC3C5
(223,195,197)
#E3CDCE
(227,205,206)
#E7D7D7
(231,215,215)
#EBE1E0
(235,225,224)
#EFEBE9
(239,235,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9198 color. Also use rgb(203,145,152) instead hex code.

Text Font Color

.myTextColor { color: #CB9198; }

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

This text font color is #CB9198.


Background Color

.myBgColor { background-color: #CB9198; }

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

This div background color is #CB9198.


Border color

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

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

This div border color is #CB9198.


Opacity

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

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

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

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

This text has shadow with #CB9198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9198 on black background.


Color preview on white background

This text has color #CB9198 on white background.



Black color preview on #CB9198 background

This text has black color on #CB9198 background.


White color preview on #CB9198 background

This text has white color on #CB9198 background.