COLOR #CE97BB

HEX: #CE97BB
RGB: (206,151,187)

Color info

#CE97BB contains red, green and blue colors in about the same proportion. Web safe color of #CE97BB is #CC99CC (or #C9C).

RGB color model

#CE97BB color RGB value is (206,151,187).

  • red value is 206;
  • green value is 151;
  • blue value is 187.
RGB:
(206,151,187)
(81%,59%,73%)

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 187 of 255 = 73%

206
151
187

R + G + B ~ 71%. #CE97BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 187 = 544 (100%)
R 206 of 544 ~ 37.87%
G 151 of 544 ~ 27.76%
B 187 of 544 ~ 34.38%

%37.87
%27.76
%34.38

CMYK color model

#CE97BB color CMYK value is (0,27,9,19).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(0,27,9,19)
C0M27Y9K19 
(0%,27%,9%,19%)
(0.00/0.27/0.09/0.19)	

CMYK percentages

%0
%26.7
%9.22
%19.22

Codes

Color #CE97BB in popluar color models

CE97BB
RGB206151187
HSL321°35.95%70.00%
HSB/HSV321°26.70%80.78%
CMYK0.00%26.70%9.22%
19.22%

Color #CE97BB in popluar number systems.

HEXCE97BB
Decimal206151187
Binary110011101001011110111011
Octal316227273

Shades and tints

Shades of #CE97BB

#CE97BB
(206,151,187)
#BC8AAA
(188,138,170)
#AA7D99
(170,125,153)
#987088
(152,112,136)
#866377
(134,99,119)
#745666
(116,86,102)
#624955
(98,73,85)
#503C44
(80,60,68)
#3E2F33
(62,47,51)
#2C2222
(44,34,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #CE97BB

#CE97BB
(206,151,187)
#D2A0C1
(210,160,193)
#D6A9C7
(214,169,199)
#DAB2CD
(218,178,205)
#DEBBD3
(222,187,211)
#E2C4D9
(226,196,217)
#E6CDDF
(230,205,223)
#EAD6E5
(234,214,229)
#EEDFEB
(238,223,235)
#F2E8F1
(242,232,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE97BB color. Also use rgb(206,151,187) instead hex code.

Text Font Color

.myTextColor { color: #CE97BB; }

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

This text font color is #CE97BB.


Background Color

.myBgColor { background-color: #CE97BB; }

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

This div background color is #CE97BB.


Border color

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

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

This div border color is #CE97BB.


Opacity

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

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

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

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

This text has shadow with #CE97BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE97BB on black background.


Color preview on white background

This text has color #CE97BB on white background.



Black color preview on #CE97BB background

This text has black color on #CE97BB background.


White color preview on #CE97BB background

This text has white color on #CE97BB background.