COLOR #CE90BE

HEX: #CE90BE
RGB: (206,144,190)

Color info

#CE90BE contains mainly red and blue colors. Web safe color of #CE90BE is #CC99CC (or #C9C).

RGB color model

#CE90BE color RGB value is (206,144,190).

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

RGB channels and saturation

R 206 of 255 = 81%
G 144 of 255 = 56%
B 190 of 255 = 75%

206
144
190

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

Portions of RGB colors in percentages

R + G + B =
206 + 144 + 190 = 540 (100%)
R 206 of 540 ~ 38.15%
G 144 of 540 ~ 26.67%
B 190 of 540 ~ 35.19%

%38.15
%26.67
%35.19

CMYK color model

#CE90BE color CMYK value is (0,30,8,19).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(0,30,8,19)
C0M30Y8K19 
(0%,30%,8%,19%)
(0.00/0.30/0.08/0.19)	

CMYK percentages

%0
%30.1
%7.77
%19.22

Codes

Color #CE90BE in popluar color models

CE90BE
RGB206144190
HSL315°38.75%68.63%
HSB/HSV315°30.10%80.78%
CMYK0.00%30.10%7.77%
19.22%

Color #CE90BE in popluar number systems.

HEXCE90BE
Decimal206144190
Binary110011101001000010111110
Octal316220276

Shades and tints

Shades of #CE90BE

#CE90BE
(206,144,190)
#BC83AD
(188,131,173)
#AA769C
(170,118,156)
#98698B
(152,105,139)
#865C7A
(134,92,122)
#744F69
(116,79,105)
#624258
(98,66,88)
#503547
(80,53,71)
#3E2836
(62,40,54)
#2C1B25
(44,27,37)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #CE90BE

#CE90BE
(206,144,190)
#D29AC3
(210,154,195)
#D6A4C8
(214,164,200)
#DAAECD
(218,174,205)
#DEB8D2
(222,184,210)
#E2C2D7
(226,194,215)
#E6CCDC
(230,204,220)
#EAD6E1
(234,214,225)
#EEE0E6
(238,224,230)
#F2EAEB
(242,234,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE90BE; }

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

This text font color is #CE90BE.


Background Color

.myBgColor { background-color: #CE90BE; }

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

This div background color is #CE90BE.


Border color

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

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

This div border color is #CE90BE.


Opacity

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

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

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

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

This text has shadow with #CE90BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE90BE on black background.


Color preview on white background

This text has color #CE90BE on white background.



Black color preview on #CE90BE background

This text has black color on #CE90BE background.


White color preview on #CE90BE background

This text has white color on #CE90BE background.