COLOR #CB95B2

HEX: #CB95B2
RGB: (203,149,178)

Color info

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

RGB color model

#CB95B2 color RGB value is (203,149,178).

  • red value is 203;
  • green value is 149;
  • blue value is 178.
RGB:
(203,149,178)
(80%,58%,70%)

RGB channels and saturation

R 203 of 255 = 80%
G 149 of 255 = 58%
B 178 of 255 = 70%

203
149
178

R + G + B ~ 69%. #CB95B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 149 + 178 = 530 (100%)
R 203 of 530 ~ 38.3%
G 149 of 530 ~ 28.11%
B 178 of 530 ~ 33.58%

%38.3
%28.11
%33.58

CMYK color model

#CB95B2 color CMYK value is (0,27,12,20).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK:
(0,27,12,20)
C0M27Y12K20 
(0%,27%,12%,20%)
(0.00/0.27/0.12/0.20)	

CMYK percentages

%0
%26.6
%12.32
%20.39

Codes

Color #CB95B2 in popluar color models

CB95B2
RGB203149178
HSL328°34.18%69.02%
HSB/HSV328°26.60%79.61%
CMYK0.00%26.60%12.32%
20.39%

Color #CB95B2 in popluar number systems.

HEXCB95B2
Decimal203149178
Binary110010111001010110110010
Octal313225262

Shades and tints

Shades of #CB95B2

#CB95B2
(203,149,178)
#B988A2
(185,136,162)
#A77B92
(167,123,146)
#956E82
(149,110,130)
#836172
(131,97,114)
#715462
(113,84,98)
#5F4752
(95,71,82)
#4D3A42
(77,58,66)
#3B2D32
(59,45,50)
#292022
(41,32,34)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #CB95B2

#CB95B2
(203,149,178)
#CF9EB9
(207,158,185)
#D3A7C0
(211,167,192)
#D7B0C7
(215,176,199)
#DBB9CE
(219,185,206)
#DFC2D5
(223,194,213)
#E3CBDC
(227,203,220)
#E7D4E3
(231,212,227)
#EBDDEA
(235,221,234)
#EFE6F1
(239,230,241)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB95B2 color. Also use rgb(203,149,178) instead hex code.

Text Font Color

.myTextColor { color: #CB95B2; }

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

This text font color is #CB95B2.


Background Color

.myBgColor { background-color: #CB95B2; }

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

This div background color is #CB95B2.


Border color

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

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

This div border color is #CB95B2.


Opacity

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

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

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

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

This text has shadow with #CB95B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB95B2 on black background.


Color preview on white background

This text has color #CB95B2 on white background.



Black color preview on #CB95B2 background

This text has black color on #CB95B2 background.


White color preview on #CB95B2 background

This text has white color on #CB95B2 background.