COLOR #CE5B6E

HEX: #CE5B6E
RGB: (206,91,110)

Color info

#CE5B6E contains mainly red color. Web safe color of #CE5B6E is #CC6666 (or #C66).

RGB color model

#CE5B6E color RGB value is (206,91,110).

  • red value is 206;
  • green value is 91;
  • blue value is 110.
RGB:
(206,91,110)
(81%,36%,43%)

RGB channels and saturation

R 206 of 255 = 81%
G 91 of 255 = 36%
B 110 of 255 = 43%

206
91
110

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

Portions of RGB colors in percentages

R + G + B =
206 + 91 + 110 = 407 (100%)
R 206 of 407 ~ 50.61%
G 91 of 407 ~ 22.36%
B 110 of 407 ~ 27.03%

%50.61
%22.36
%27.03

CMYK color model

#CE5B6E color CMYK value is (0,56,47,19).

  • cyan value is 0.00%
  • magenta value is 55.83%
  • yellow value is 46.60%
  • key color value is 19.22%
CMYK:
(0,56,47,19)
C0M56Y47K19 
(0%,56%,47%,19%)
(0.00/0.56/0.47/0.19)	

CMYK percentages

%0
%55.83
%46.6
%19.22

Codes

Color #CE5B6E in popluar color models

CE5B6E
RGB20691110
HSL350°53.99%58.24%
HSB/HSV350°55.83%80.78%
CMYK0.00%55.83%46.60%
19.22%

Color #CE5B6E in popluar number systems.

HEXCE5B6E
Decimal20691110
Binary1100111010110111101110
Octal316133156

Shades and tints

Shades of #CE5B6E

#CE5B6E
(206,91,110)
#BC5364
(188,83,100)
#AA4B5A
(170,75,90)
#984350
(152,67,80)
#863B46
(134,59,70)
#74333C
(116,51,60)
#622B32
(98,43,50)
#502328
(80,35,40)
#3E1B1E
(62,27,30)
#2C1314
(44,19,20)
#1A0B0A
(26,11,10)
#000000
(0,0,0)

Tints of #CE5B6E

#CE5B6E
(206,91,110)
#D2697B
(210,105,123)
#D67788
(214,119,136)
#DA8595
(218,133,149)
#DE93A2
(222,147,162)
#E2A1AF
(226,161,175)
#E6AFBC
(230,175,188)
#EABDC9
(234,189,201)
#EECBD6
(238,203,214)
#F2D9E3
(242,217,227)
#F6E7F0
(246,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE5B6E color. Also use rgb(206,91,110) instead hex code.

Text Font Color

.myTextColor { color: #CE5B6E; }

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

This text font color is #CE5B6E.


Background Color

.myBgColor { background-color: #CE5B6E; }

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

This div background color is #CE5B6E.


Border color

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

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

This div border color is #CE5B6E.


Opacity

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

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

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

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

This text has shadow with #CE5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5B6E on black background.


Color preview on white background

This text has color #CE5B6E on white background.



Black color preview on #CE5B6E background

This text has black color on #CE5B6E background.


White color preview on #CE5B6E background

This text has white color on #CE5B6E background.