COLOR #CE6D90

HEX: #CE6D90 RGB: (206,109,144)

Color info

#CE6D90 contains mainly red color. Web safe color of #CE6D90 is #CC6699 (or #C69).

RGB color model

#CE6D90 color RGB value is (206,109,144).

RGB: (206,109,144) (81%, 43%, 56%)

RGB channels and saturation

R 206 of 255 = 81%
G 109 of 255 = 43%
B 144 of 255 = 56%

206
109
144

R + G + B ~ 60%. #CE6D90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 206 + 109 + 144 = 459 (100%)
R 206 of 459 ~ 44.88%
G 109 of 459 ~ 23.75%
B 144 of 459 ~ 31.37'%

%44.88
%23.75
%31.37

CMYK color model

#CE6D90 color CMYK value is (0,47,30,19).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 30.10%
  • key color value is 19.22%

CMYK: (0,47,30,19)
C0M47Y30K19 (0%, 47%, 30%, 19%)
(0.00 / 0.47 / 0.30 / 0.19)

CMYK percentages

%0
%47.09
%30.1
%19.22

Codes

Color #CE6D90 in popluar color models

CE 6D 90
RGB 206 109 144
HSL 338° 49.74% 61.76%
HSB/HSV 338° 47.09% 80.78%
CMYK 0.00% 47.09% 30.10%
19.22%

Color #CE6D90 in popluar number systems.

HEX CE 6D 90
Decimal 206 109 144
Binary 11001110 1101101 10010000
Octal 316 155 220

Shades and tints

Shades of #CE6D90

#CE6D90
(206,109,144)
#BC6483
(188,100,131)
#AA5B76
(170,91,118)
#985269
(152,82,105)
#86495C
(134,73,92)
#74404F
(116,64,79)
#623742
(98,55,66)
#502E35
(80,46,53)
#3E2528
(62,37,40)
#2C1C1B
(44,28,27)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #CE6D90

#CE6D90
(206,109,144)
#D27A9A
(210,122,154)
#D687A4
(214,135,164)
#DA94AE
(218,148,174)
#DEA1B8
(222,161,184)
#E2AEC2
(226,174,194)
#E6BBCC
(230,187,204)
#EAC8D6
(234,200,214)
#EED5E0
(238,213,224)
#F2E2EA
(242,226,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6D90 color. Also use rgb(206,109,144) instead hex code.

Text Font Color

.myTextColor { color: #CE6D90; }

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

This text font color is #CE6D90.

Background Color

.myBgColor { background-color: #CE6D90; }

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

This div background color is #CE6D90.

Border color

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

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

This div border color is #CE6D90.

Opacity

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

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

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

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

This text has shadow with #CE6D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6D90.

Preview

Color preview on black background

This text has color #CE6D90 on black background.


Color preview on white background

This text has color #CE6D90 on white background.


Black color preview on #CE6D90 background

This text has black color on #CE6D90 background.


White color preview on #CE6D90 background

This text has white color on #CE6D90 background.


Related colors

Complementary color

Complementary color for #hex is #31926F.


I love getcolorcode.com

Triadic colors

1 #90CE6D and #6D90CE with #CE6D90 are triadic colors.

2 #906DCE and #6DCE90 with #CE6D90 are triadic colors.