COLOR #CE76B5

HEX: #CE76B5
RGB: (206,118,181)

Color info

#CE76B5 contains mainly red and blue colors. Web safe color of #CE76B5 is #CC66CC (or #C6C).

RGB color model

#CE76B5 color RGB value is (206,118,181).

  • red value is 206;
  • green value is 118;
  • blue value is 181.
RGB:
(206,118,181)
(81%,46%,71%)

RGB channels and saturation

R 206 of 255 = 81%
G 118 of 255 = 46%
B 181 of 255 = 71%

206
118
181

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

Portions of RGB colors in percentages

R + G + B =
206 + 118 + 181 = 505 (100%)
R 206 of 505 ~ 40.79%
G 118 of 505 ~ 23.37%
B 181 of 505 ~ 35.84%

%40.79
%23.37
%35.84

CMYK color model

#CE76B5 color CMYK value is (0,43,12,19).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(0,43,12,19)
C0M43Y12K19 
(0%,43%,12%,19%)
(0.00/0.43/0.12/0.19)	

CMYK percentages

%0
%42.72
%12.14
%19.22

Codes

Color #CE76B5 in popluar color models

CE76B5
RGB206118181
HSL317°47.31%63.53%
HSB/HSV317°42.72%80.78%
CMYK0.00%42.72%12.14%
19.22%

Color #CE76B5 in popluar number systems.

HEXCE76B5
Decimal206118181
Binary11001110111011010110101
Octal316166265

Shades and tints

Shades of #CE76B5

#CE76B5
(206,118,181)
#BC6CA5
(188,108,165)
#AA6295
(170,98,149)
#985885
(152,88,133)
#864E75
(134,78,117)
#744465
(116,68,101)
#623A55
(98,58,85)
#503045
(80,48,69)
#3E2635
(62,38,53)
#2C1C25
(44,28,37)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #CE76B5

#CE76B5
(206,118,181)
#D282BB
(210,130,187)
#D68EC1
(214,142,193)
#DA9AC7
(218,154,199)
#DEA6CD
(222,166,205)
#E2B2D3
(226,178,211)
#E6BED9
(230,190,217)
#EACADF
(234,202,223)
#EED6E5
(238,214,229)
#F2E2EB
(242,226,235)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE76B5 color. Also use rgb(206,118,181) instead hex code.

Text Font Color

.myTextColor { color: #CE76B5; }

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

This text font color is #CE76B5.


Background Color

.myBgColor { background-color: #CE76B5; }

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

This div background color is #CE76B5.


Border color

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

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

This div border color is #CE76B5.


Opacity

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

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

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

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

This text has shadow with #CE76B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE76B5 on black background.


Color preview on white background

This text has color #CE76B5 on white background.



Black color preview on #CE76B5 background

This text has black color on #CE76B5 background.


White color preview on #CE76B5 background

This text has white color on #CE76B5 background.