COLOR #CE76A7

HEX: #CE76A7
RGB: (206,118,167)

Color info

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

RGB color model

#CE76A7 color RGB value is (206,118,167).

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

RGB channels and saturation

R 206 of 255 = 81%
G 118 of 255 = 46%
B 167 of 255 = 65%

206
118
167

R + G + B ~ 64%. #CE76A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 118 + 167 = 491 (100%)
R 206 of 491 ~ 41.96%
G 118 of 491 ~ 24.03%
B 167 of 491 ~ 34.01%

%41.96
%24.03
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(0,43,19,19)
C0M43Y19K19 
(0%,43%,19%,19%)
(0.00/0.43/0.19/0.19)	

CMYK percentages

%0
%42.72
%18.93
%19.22

Codes

Color #CE76A7 in popluar color models

CE76A7
RGB206118167
HSL327°47.31%63.53%
HSB/HSV327°42.72%80.78%
CMYK0.00%42.72%18.93%
19.22%

Color #CE76A7 in popluar number systems.

HEXCE76A7
Decimal206118167
Binary11001110111011010100111
Octal316166247

Shades and tints

Shades of #CE76A7

#CE76A7
(206,118,167)
#BC6C98
(188,108,152)
#AA6289
(170,98,137)
#98587A
(152,88,122)
#864E6B
(134,78,107)
#74445C
(116,68,92)
#623A4D
(98,58,77)
#50303E
(80,48,62)
#3E262F
(62,38,47)
#2C1C20
(44,28,32)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #CE76A7

#CE76A7
(206,118,167)
#D282AF
(210,130,175)
#D68EB7
(214,142,183)
#DA9ABF
(218,154,191)
#DEA6C7
(222,166,199)
#E2B2CF
(226,178,207)
#E6BED7
(230,190,215)
#EACADF
(234,202,223)
#EED6E7
(238,214,231)
#F2E2EF
(242,226,239)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE76A7; }

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

This text font color is #CE76A7.


Background Color

.myBgColor { background-color: #CE76A7; }

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

This div background color is #CE76A7.


Border color

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

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

This div border color is #CE76A7.


Opacity

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

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

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

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

This text has shadow with #CE76A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE76A7 on black background.


Color preview on white background

This text has color #CE76A7 on white background.



Black color preview on #CE76A7 background

This text has black color on #CE76A7 background.


White color preview on #CE76A7 background

This text has white color on #CE76A7 background.