COLOR #CB77B3

HEX: #CB77B3
RGB: (203,119,179)

Color info

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

RGB color model

#CB77B3 color RGB value is (203,119,179).

  • red value is 203;
  • green value is 119;
  • blue value is 179.
RGB:
(203,119,179)
(80%,47%,70%)

RGB channels and saturation

R 203 of 255 = 80%
G 119 of 255 = 47%
B 179 of 255 = 70%

203
119
179

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

Portions of RGB colors in percentages

R + G + B =
203 + 119 + 179 = 501 (100%)
R 203 of 501 ~ 40.52%
G 119 of 501 ~ 23.75%
B 179 of 501 ~ 35.73%

%40.52
%23.75
%35.73

CMYK color model

#CB77B3 color CMYK value is (0,41,12,20).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 11.82%
  • key color value is 20.39%
CMYK:
(0,41,12,20)
C0M41Y12K20 
(0%,41%,12%,20%)
(0.00/0.41/0.12/0.20)	

CMYK percentages

%0
%41.38
%11.82
%20.39

Codes

Color #CB77B3 in popluar color models

CB77B3
RGB203119179
HSL317°44.68%63.14%
HSB/HSV317°41.38%79.61%
CMYK0.00%41.38%11.82%
20.39%

Color #CB77B3 in popluar number systems.

HEXCB77B3
Decimal203119179
Binary11001011111011110110011
Octal313167263

Shades and tints

Shades of #CB77B3

#CB77B3
(203,119,179)
#B96DA3
(185,109,163)
#A76393
(167,99,147)
#955983
(149,89,131)
#834F73
(131,79,115)
#714563
(113,69,99)
#5F3B53
(95,59,83)
#4D3143
(77,49,67)
#3B2733
(59,39,51)
#291D23
(41,29,35)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #CB77B3

#CB77B3
(203,119,179)
#CF83B9
(207,131,185)
#D38FBF
(211,143,191)
#D79BC5
(215,155,197)
#DBA7CB
(219,167,203)
#DFB3D1
(223,179,209)
#E3BFD7
(227,191,215)
#E7CBDD
(231,203,221)
#EBD7E3
(235,215,227)
#EFE3E9
(239,227,233)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB77B3 color. Also use rgb(203,119,179) instead hex code.

Text Font Color

.myTextColor { color: #CB77B3; }

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

This text font color is #CB77B3.


Background Color

.myBgColor { background-color: #CB77B3; }

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

This div background color is #CB77B3.


Border color

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

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

This div border color is #CB77B3.


Opacity

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

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

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

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

This text has shadow with #CB77B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB77B3 on black background.


Color preview on white background

This text has color #CB77B3 on white background.



Black color preview on #CB77B3 background

This text has black color on #CB77B3 background.


White color preview on #CB77B3 background

This text has white color on #CB77B3 background.