COLOR #CB949D

HEX: #CB949D
RGB: (203,148,157)

Color info

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

RGB color model

#CB949D color RGB value is (203,148,157).

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

RGB channels and saturation

R 203 of 255 = 80%
G 148 of 255 = 58%
B 157 of 255 = 62%

203
148
157

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

Portions of RGB colors in percentages

R + G + B =
203 + 148 + 157 = 508 (100%)
R 203 of 508 ~ 39.96%
G 148 of 508 ~ 29.13%
B 157 of 508 ~ 30.91%

%39.96
%29.13
%30.91

CMYK color model

#CB949D color CMYK value is (0,27,23,20).

  • cyan value is 0.00%
  • magenta value is 27.09%
  • yellow value is 22.66%
  • key color value is 20.39%
CMYK:
(0,27,23,20)
C0M27Y23K20 
(0%,27%,23%,20%)
(0.00/0.27/0.23/0.20)	

CMYK percentages

%0
%27.09
%22.66
%20.39

Codes

Color #CB949D in popluar color models

CB949D
RGB203148157
HSL350°34.59%68.82%
HSB/HSV350°27.09%79.61%
CMYK0.00%27.09%22.66%
20.39%

Color #CB949D in popluar number systems.

HEXCB949D
Decimal203148157
Binary110010111001010010011101
Octal313224235

Shades and tints

Shades of #CB949D

#CB949D
(203,148,157)
#B9878F
(185,135,143)
#A77A81
(167,122,129)
#956D73
(149,109,115)
#836065
(131,96,101)
#715357
(113,83,87)
#5F4649
(95,70,73)
#4D393B
(77,57,59)
#3B2C2D
(59,44,45)
#291F1F
(41,31,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #CB949D

#CB949D
(203,148,157)
#CF9DA5
(207,157,165)
#D3A6AD
(211,166,173)
#D7AFB5
(215,175,181)
#DBB8BD
(219,184,189)
#DFC1C5
(223,193,197)
#E3CACD
(227,202,205)
#E7D3D5
(231,211,213)
#EBDCDD
(235,220,221)
#EFE5E5
(239,229,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB949D; }

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

This text font color is #CB949D.


Background Color

.myBgColor { background-color: #CB949D; }

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

This div background color is #CB949D.


Border color

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

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

This div border color is #CB949D.


Opacity

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

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

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

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

This text has shadow with #CB949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB949D on black background.


Color preview on white background

This text has color #CB949D on white background.



Black color preview on #CB949D background

This text has black color on #CB949D background.


White color preview on #CB949D background

This text has white color on #CB949D background.