COLOR #CEA0BE

HEX: #CEA0BE
RGB: (206,160,190)

Color info

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

RGB color model

#CEA0BE color RGB value is (206,160,190).

  • red value is 206;
  • green value is 160;
  • blue value is 190.
RGB:
(206,160,190)
(81%,63%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 160 of 255 = 63%
B 190 of 255 = 75%

206
160
190

R + G + B ~ 73%. #CEA0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 160 + 190 = 556 (100%)
R 206 of 556 ~ 37.05%
G 160 of 556 ~ 28.78%
B 190 of 556 ~ 34.17%

%37.05
%28.78
%34.17

CMYK color model

#CEA0BE color CMYK value is (0,22,8,19).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(0,22,8,19)
C0M22Y8K19 
(0%,22%,8%,19%)
(0.00/0.22/0.08/0.19)	

CMYK percentages

%0
%22.33
%7.77
%19.22

Codes

Color #CEA0BE in popluar color models

CEA0BE
RGB206160190
HSL321°31.94%71.76%
HSB/HSV321°22.33%80.78%
CMYK0.00%22.33%7.77%
19.22%

Color #CEA0BE in popluar number systems.

HEXCEA0BE
Decimal206160190
Binary110011101010000010111110
Octal316240276

Shades and tints

Shades of #CEA0BE

#CEA0BE
(206,160,190)
#BC92AD
(188,146,173)
#AA849C
(170,132,156)
#98768B
(152,118,139)
#86687A
(134,104,122)
#745A69
(116,90,105)
#624C58
(98,76,88)
#503E47
(80,62,71)
#3E3036
(62,48,54)
#2C2225
(44,34,37)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #CEA0BE

#CEA0BE
(206,160,190)
#D2A8C3
(210,168,195)
#D6B0C8
(214,176,200)
#DAB8CD
(218,184,205)
#DEC0D2
(222,192,210)
#E2C8D7
(226,200,215)
#E6D0DC
(230,208,220)
#EAD8E1
(234,216,225)
#EEE0E6
(238,224,230)
#F2E8EB
(242,232,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA0BE color. Also use rgb(206,160,190) instead hex code.

Text Font Color

.myTextColor { color: #CEA0BE; }

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

This text font color is #CEA0BE.


Background Color

.myBgColor { background-color: #CEA0BE; }

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

This div background color is #CEA0BE.


Border color

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

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

This div border color is #CEA0BE.


Opacity

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

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

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

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

This text has shadow with #CEA0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA0BE on black background.


Color preview on white background

This text has color #CEA0BE on white background.



Black color preview on #CEA0BE background

This text has black color on #CEA0BE background.


White color preview on #CEA0BE background

This text has white color on #CEA0BE background.