COLOR #CE82B9

HEX: #CE82B9 RGB: (206,130,185)

Color info

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

RGB color model

#CE82B9 color RGB value is (206,130,185).

RGB: (206,130,185) (81%, 51%, 73%)

RGB channels and saturation

R 206 of 255 = 81%
G 130 of 255 = 51%
B 185 of 255 = 73%

206
130
185

R + G + B ~ 68%. #CE82B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 130 + 185 = 521 (100%)
R 206 of 521 ~ 39.54%
G 130 of 521 ~ 24.95%
B 185 of 521 ~ 35.51'%

%39.54
%24.95
%35.51

CMYK color model

#CE82B9 color CMYK value is (0,37,10,19).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 10.19%
  • key color value is 19.22%

CMYK: (0,37,10,19)
C0M37Y10K19 (0%, 37%, 10%, 19%)
(0.00 / 0.37 / 0.10 / 0.19)

CMYK percentages

%0
%36.89
%10.19
%19.22

Codes

Color #CE82B9 in popluar color models

CE 82 B9
RGB 206 130 185
HSL 317° 43.68% 65.88%
HSB/HSV 317° 36.89% 80.78%
CMYK 0.00% 36.89% 10.19%
19.22%

Color #CE82B9 in popluar number systems.

HEX CE 82 B9
Decimal 206 130 185
Binary 11001110 10000010 10111001
Octal 316 202 271

Shades and tints

Shades of #CE82B9

#CE82B9
(206,130,185)
#BC77A9
(188,119,169)
#AA6C99
(170,108,153)
#986189
(152,97,137)
#865679
(134,86,121)
#744B69
(116,75,105)
#624059
(98,64,89)
#503549
(80,53,73)
#3E2A39
(62,42,57)
#2C1F29
(44,31,41)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #CE82B9

#CE82B9
(206,130,185)
#D28DBF
(210,141,191)
#D698C5
(214,152,197)
#DAA3CB
(218,163,203)
#DEAED1
(222,174,209)
#E2B9D7
(226,185,215)
#E6C4DD
(230,196,221)
#EACFE3
(234,207,227)
#EEDAE9
(238,218,233)
#F2E5EF
(242,229,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE82B9 color. Also use rgb(206,130,185) instead hex code.

Text Font Color

.myTextColor { color: #CE82B9; }

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

This text font color is #CE82B9.

Background Color

.myBgColor { background-color: #CE82B9; }

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

This div background color is #CE82B9.

Border color

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

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

This div border color is #CE82B9.

Opacity

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

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

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

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

This text has shadow with #CE82B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE82B9.

Preview

Color preview on black background

This text has color #CE82B9 on black background.


Color preview on white background

This text has color #CE82B9 on white background.


Black color preview on #CE82B9 background

This text has black color on #CE82B9 background.


White color preview on #CE82B9 background

This text has white color on #CE82B9 background.


Related colors

Complementary color

Complementary color for #hex is #317D46.


I love getcolorcode.com

Triadic colors

1 #B9CE82 and #82B9CE with #CE82B9 are triadic colors.

2 #B982CE and #82CEB9 with #CE82B9 are triadic colors.