COLOR #CE6998

HEX: #CE6998
RGB: (206,105,152)

Color info

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

RGB color model

#CE6998 color RGB value is (206,105,152).

  • red value is 206;
  • green value is 105;
  • blue value is 152.
RGB:
(206,105,152)
(81%,41%,60%)

RGB channels and saturation

R 206 of 255 = 81%
G 105 of 255 = 41%
B 152 of 255 = 60%

206
105
152

R + G + B ~ 61%. #CE6998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 105 + 152 = 463 (100%)
R 206 of 463 ~ 44.49%
G 105 of 463 ~ 22.68%
B 152 of 463 ~ 32.83%

%44.49
%22.68
%32.83

CMYK color model

#CE6998 color CMYK value is (0,49,26,19).

  • cyan value is 0.00%
  • magenta value is 49.03%
  • yellow value is 26.21%
  • key color value is 19.22%
CMYK:
(0,49,26,19)
C0M49Y26K19 
(0%,49%,26%,19%)
(0.00/0.49/0.26/0.19)	

CMYK percentages

%0
%49.03
%26.21
%19.22

Codes

Color #CE6998 in popluar color models

CE6998
RGB206105152
HSL332°50.75%60.98%
HSB/HSV332°49.03%80.78%
CMYK0.00%49.03%26.21%
19.22%

Color #CE6998 in popluar number systems.

HEXCE6998
Decimal206105152
Binary11001110110100110011000
Octal316151230

Shades and tints

Shades of #CE6998

#CE6998
(206,105,152)
#BC608B
(188,96,139)
#AA577E
(170,87,126)
#984E71
(152,78,113)
#864564
(134,69,100)
#743C57
(116,60,87)
#62334A
(98,51,74)
#502A3D
(80,42,61)
#3E2130
(62,33,48)
#2C1823
(44,24,35)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #CE6998

#CE6998
(206,105,152)
#D276A1
(210,118,161)
#D683AA
(214,131,170)
#DA90B3
(218,144,179)
#DE9DBC
(222,157,188)
#E2AAC5
(226,170,197)
#E6B7CE
(230,183,206)
#EAC4D7
(234,196,215)
#EED1E0
(238,209,224)
#F2DEE9
(242,222,233)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6998 color. Also use rgb(206,105,152) instead hex code.

Text Font Color

.myTextColor { color: #CE6998; }

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

This text font color is #CE6998.


Background Color

.myBgColor { background-color: #CE6998; }

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

This div background color is #CE6998.


Border color

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

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

This div border color is #CE6998.


Opacity

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

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

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

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

This text has shadow with #CE6998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6998 on black background.


Color preview on white background

This text has color #CE6998 on white background.



Black color preview on #CE6998 background

This text has black color on #CE6998 background.


White color preview on #CE6998 background

This text has white color on #CE6998 background.