COLOR #CE7EA8

HEX: #CE7EA8 RGB: (206,126,168)

Color info

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

RGB color model

#CE7EA8 color RGB value is (206,126,168).

RGB: (206,126,168) (81%, 49%, 66%)

RGB channels and saturation

R 206 of 255 = 81%
G 126 of 255 = 49%
B 168 of 255 = 66%

206
126
168

R + G + B ~ 65%. #CE7EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 126 + 168 = 500 (100%)
R 206 of 500 ~ 41.2%
G 126 of 500 ~ 25.2%
B 168 of 500 ~ 33.6'%

%41.2
%25.2
%33.6

CMYK color model

#CE7EA8 color CMYK value is (0,39,18,19).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 18.45%
  • key color value is 19.22%

CMYK: (0,39,18,19)
C0M39Y18K19 (0%, 39%, 18%, 19%)
(0.00 / 0.39 / 0.18 / 0.19)

CMYK percentages

%0
%38.83
%18.45
%19.22

Codes

Color #CE7EA8 in popluar color models

CE 7E A8
RGB 206 126 168
HSL 329° 44.94% 65.10%
HSB/HSV 329° 38.83% 80.78%
CMYK 0.00% 38.83% 18.45%
19.22%

Color #CE7EA8 in popluar number systems.

HEX CE 7E A8
Decimal 206 126 168
Binary 11001110 1111110 10101000
Octal 316 176 250

Shades and tints

Shades of #CE7EA8

#CE7EA8
(206,126,168)
#BC7399
(188,115,153)
#AA688A
(170,104,138)
#985D7B
(152,93,123)
#86526C
(134,82,108)
#74475D
(116,71,93)
#623C4E
(98,60,78)
#50313F
(80,49,63)
#3E2630
(62,38,48)
#2C1B21
(44,27,33)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #CE7EA8

#CE7EA8
(206,126,168)
#D289AF
(210,137,175)
#D694B6
(214,148,182)
#DA9FBD
(218,159,189)
#DEAAC4
(222,170,196)
#E2B5CB
(226,181,203)
#E6C0D2
(230,192,210)
#EACBD9
(234,203,217)
#EED6E0
(238,214,224)
#F2E1E7
(242,225,231)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7EA8; }

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

This text font color is #CE7EA8.

Background Color

.myBgColor { background-color: #CE7EA8; }

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

This div background color is #CE7EA8.

Border color

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

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

This div border color is #CE7EA8.

Opacity

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

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

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

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

This text has shadow with #CE7EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE7EA8.

Preview

Color preview on black background

This text has color #CE7EA8 on black background.


Color preview on white background

This text has color #CE7EA8 on white background.


Black color preview on #CE7EA8 background

This text has black color on #CE7EA8 background.


White color preview on #CE7EA8 background

This text has white color on #CE7EA8 background.


Related colors

Complementary color

Complementary color for #hex is #318157.


I love getcolorcode.com

Triadic colors

1 #A8CE7E and #7EA8CE with #CE7EA8 are triadic colors.

2 #A87ECE and #7ECEA8 with #CE7EA8 are triadic colors.