COLOR #CE91AB

HEX: #CE91AB
RGB: (206,145,171)

Color info

#CE91AB contains mainly red and blue colors. Web safe color of #CE91AB is #CC9999 (or #C99).

RGB color model

#CE91AB color RGB value is (206,145,171).

  • red value is 206;
  • green value is 145;
  • blue value is 171.
RGB:
(206,145,171)
(81%,57%,67%)

RGB channels and saturation

R 206 of 255 = 81%
G 145 of 255 = 57%
B 171 of 255 = 67%

206
145
171

R + G + B ~ 68%. #CE91AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 145 + 171 = 522 (100%)
R 206 of 522 ~ 39.46%
G 145 of 522 ~ 27.78%
B 171 of 522 ~ 32.76%

%39.46
%27.78
%32.76

CMYK color model

#CE91AB color CMYK value is (0,30,17,19).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 16.99%
  • key color value is 19.22%
CMYK:
(0,30,17,19)
C0M30Y17K19 
(0%,30%,17%,19%)
(0.00/0.30/0.17/0.19)	

CMYK percentages

%0
%29.61
%16.99
%19.22

Codes

Color #CE91AB in popluar color models

CE91AB
RGB206145171
HSL334°38.36%68.82%
HSB/HSV334°29.61%80.78%
CMYK0.00%29.61%16.99%
19.22%

Color #CE91AB in popluar number systems.

HEXCE91AB
Decimal206145171
Binary110011101001000110101011
Octal316221253

Shades and tints

Shades of #CE91AB

#CE91AB
(206,145,171)
#BC849C
(188,132,156)
#AA778D
(170,119,141)
#986A7E
(152,106,126)
#865D6F
(134,93,111)
#745060
(116,80,96)
#624351
(98,67,81)
#503642
(80,54,66)
#3E2933
(62,41,51)
#2C1C24
(44,28,36)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #CE91AB

#CE91AB
(206,145,171)
#D29BB2
(210,155,178)
#D6A5B9
(214,165,185)
#DAAFC0
(218,175,192)
#DEB9C7
(222,185,199)
#E2C3CE
(226,195,206)
#E6CDD5
(230,205,213)
#EAD7DC
(234,215,220)
#EEE1E3
(238,225,227)
#F2EBEA
(242,235,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE91AB color. Also use rgb(206,145,171) instead hex code.

Text Font Color

.myTextColor { color: #CE91AB; }

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

This text font color is #CE91AB.


Background Color

.myBgColor { background-color: #CE91AB; }

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

This div background color is #CE91AB.


Border color

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

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

This div border color is #CE91AB.


Opacity

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

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

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

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

This text has shadow with #CE91AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE91AB on black background.


Color preview on white background

This text has color #CE91AB on white background.



Black color preview on #CE91AB background

This text has black color on #CE91AB background.


White color preview on #CE91AB background

This text has white color on #CE91AB background.