COLOR #CE83A6

HEX: #CE83A6 RGB: (206,131,166)

Color info

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

RGB color model

#CE83A6 color RGB value is (206,131,166).

RGB: (206,131,166) (81%, 51%, 65%)

RGB channels and saturation

R 206 of 255 = 81%
G 131 of 255 = 51%
B 166 of 255 = 65%

206
131
166

R + G + B ~ 66%. #CE83A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 131 + 166 = 503 (100%)
R 206 of 503 ~ 40.95%
G 131 of 503 ~ 26.04%
B 166 of 503 ~ 33'%

%40.95
%26.04
%33

CMYK color model

#CE83A6 color CMYK value is (0,36,19,19).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 19.42%
  • key color value is 19.22%

CMYK: (0,36,19,19)
C0M36Y19K19 (0%, 36%, 19%, 19%)
(0.00 / 0.36 / 0.19 / 0.19)

CMYK percentages

%0
%36.41
%19.42
%19.22

Codes

Color #CE83A6 in popluar color models

CE 83 A6
RGB 206 131 166
HSL 332° 43.35% 66.08%
HSB/HSV 332° 36.41% 80.78%
CMYK 0.00% 36.41% 19.42%
19.22%

Color #CE83A6 in popluar number systems.

HEX CE 83 A6
Decimal 206 131 166
Binary 11001110 10000011 10100110
Octal 316 203 246

Shades and tints

Shades of #CE83A6

#CE83A6
(206,131,166)
#BC7897
(188,120,151)
#AA6D88
(170,109,136)
#986279
(152,98,121)
#86576A
(134,87,106)
#744C5B
(116,76,91)
#62414C
(98,65,76)
#50363D
(80,54,61)
#3E2B2E
(62,43,46)
#2C201F
(44,32,31)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #CE83A6

#CE83A6
(206,131,166)
#D28EAE
(210,142,174)
#D699B6
(214,153,182)
#DAA4BE
(218,164,190)
#DEAFC6
(222,175,198)
#E2BACE
(226,186,206)
#E6C5D6
(230,197,214)
#EAD0DE
(234,208,222)
#EEDBE6
(238,219,230)
#F2E6EE
(242,230,238)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE83A6 color. Also use rgb(206,131,166) instead hex code.

Text Font Color

.myTextColor { color: #CE83A6; }

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

This text font color is #CE83A6.

Background Color

.myBgColor { background-color: #CE83A6; }

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

This div background color is #CE83A6.

Border color

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

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

This div border color is #CE83A6.

Opacity

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

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

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

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

This text has shadow with #CE83A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE83A6.

Preview

Color preview on black background

This text has color #CE83A6 on black background.


Color preview on white background

This text has color #CE83A6 on white background.


Black color preview on #CE83A6 background

This text has black color on #CE83A6 background.


White color preview on #CE83A6 background

This text has white color on #CE83A6 background.


Related colors

Complementary color

Complementary color for #hex is #317C59.


I love getcolorcode.com

Triadic colors

1 #A6CE83 and #83A6CE with #CE83A6 are triadic colors.

2 #A683CE and #83CEA6 with #CE83A6 are triadic colors.