COLOR #CB7996

HEX: #CB7996
RGB: (203,121,150)

Color info

#CB7996 contains mainly red and blue colors. Web safe color of #CB7996 is #CC6699 (or #C69).

RGB color model

#CB7996 color RGB value is (203,121,150).

  • red value is 203;
  • green value is 121;
  • blue value is 150.
RGB:
(203,121,150)
(80%,47%,59%)

RGB channels and saturation

R 203 of 255 = 80%
G 121 of 255 = 47%
B 150 of 255 = 59%

203
121
150

R + G + B ~ 62%. #CB7996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 121 + 150 = 474 (100%)
R 203 of 474 ~ 42.83%
G 121 of 474 ~ 25.53%
B 150 of 474 ~ 31.65%

%42.83
%25.53
%31.65

CMYK color model

#CB7996 color CMYK value is (0,40,26,20).

  • cyan value is 0.00%
  • magenta value is 40.39%
  • yellow value is 26.11%
  • key color value is 20.39%
CMYK:
(0,40,26,20)
C0M40Y26K20 
(0%,40%,26%,20%)
(0.00/0.40/0.26/0.20)	

CMYK percentages

%0
%40.39
%26.11
%20.39

Codes

Color #CB7996 in popluar color models

CB7996
RGB203121150
HSL339°44.09%63.53%
HSB/HSV339°40.39%79.61%
CMYK0.00%40.39%26.11%
20.39%

Color #CB7996 in popluar number systems.

HEXCB7996
Decimal203121150
Binary11001011111100110010110
Octal313171226

Shades and tints

Shades of #CB7996

#CB7996
(203,121,150)
#B96E89
(185,110,137)
#A7637C
(167,99,124)
#95586F
(149,88,111)
#834D62
(131,77,98)
#714255
(113,66,85)
#5F3748
(95,55,72)
#4D2C3B
(77,44,59)
#3B212E
(59,33,46)
#291621
(41,22,33)
#170B14
(23,11,20)
#000000
(0,0,0)

Tints of #CB7996

#CB7996
(203,121,150)
#CF859F
(207,133,159)
#D391A8
(211,145,168)
#D79DB1
(215,157,177)
#DBA9BA
(219,169,186)
#DFB5C3
(223,181,195)
#E3C1CC
(227,193,204)
#E7CDD5
(231,205,213)
#EBD9DE
(235,217,222)
#EFE5E7
(239,229,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7996; }

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

This text font color is #CB7996.


Background Color

.myBgColor { background-color: #CB7996; }

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

This div background color is #CB7996.


Border color

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

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

This div border color is #CB7996.


Opacity

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

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

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

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

This text has shadow with #CB7996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7996 on black background.


Color preview on white background

This text has color #CB7996 on white background.



Black color preview on #CB7996 background

This text has black color on #CB7996 background.


White color preview on #CB7996 background

This text has white color on #CB7996 background.