COLOR #CE7EB3

HEX: #CE7EB3
RGB: (206,126,179)

Color info

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

RGB color model

#CE7EB3 color RGB value is (206,126,179).

  • red value is 206;
  • green value is 126;
  • blue value is 179.
RGB:
(206,126,179)
(81%,49%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 126 of 255 = 49%
B 179 of 255 = 70%

206
126
179

R + G + B ~ 67%. #CE7EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 126 + 179 = 511 (100%)
R 206 of 511 ~ 40.31%
G 126 of 511 ~ 24.66%
B 179 of 511 ~ 35.03%

%40.31
%24.66
%35.03

CMYK color model

#CE7EB3 color CMYK value is (0,39,13,19).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(0,39,13,19)
C0M39Y13K19 
(0%,39%,13%,19%)
(0.00/0.39/0.13/0.19)	

CMYK percentages

%0
%38.83
%13.11
%19.22

Codes

Color #CE7EB3 in popluar color models

CE7EB3
RGB206126179
HSL320°44.94%65.10%
HSB/HSV320°38.83%80.78%
CMYK0.00%38.83%13.11%
19.22%

Color #CE7EB3 in popluar number systems.

HEXCE7EB3
Decimal206126179
Binary11001110111111010110011
Octal316176263

Shades and tints

Shades of #CE7EB3

#CE7EB3
(206,126,179)
#BC73A3
(188,115,163)
#AA6893
(170,104,147)
#985D83
(152,93,131)
#865273
(134,82,115)
#744763
(116,71,99)
#623C53
(98,60,83)
#503143
(80,49,67)
#3E2633
(62,38,51)
#2C1B23
(44,27,35)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #CE7EB3

#CE7EB3
(206,126,179)
#D289B9
(210,137,185)
#D694BF
(214,148,191)
#DA9FC5
(218,159,197)
#DEAACB
(222,170,203)
#E2B5D1
(226,181,209)
#E6C0D7
(230,192,215)
#EACBDD
(234,203,221)
#EED6E3
(238,214,227)
#F2E1E9
(242,225,233)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7EB3 color. Also use rgb(206,126,179) instead hex code.

Text Font Color

.myTextColor { color: #CE7EB3; }

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

This text font color is #CE7EB3.


Background Color

.myBgColor { background-color: #CE7EB3; }

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

This div background color is #CE7EB3.


Border color

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

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

This div border color is #CE7EB3.


Opacity

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

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

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

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

This text has shadow with #CE7EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7EB3 on black background.


Color preview on white background

This text has color #CE7EB3 on white background.



Black color preview on #CE7EB3 background

This text has black color on #CE7EB3 background.


White color preview on #CE7EB3 background

This text has white color on #CE7EB3 background.