COLOR #CE507B

HEX: #CE507B
RGB: (206,80,123)

Color info

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

RGB color model

#CE507B color RGB value is (206,80,123).

  • red value is 206;
  • green value is 80;
  • blue value is 123.
RGB:
(206,80,123)
(81%,31%,48%)

RGB channels and saturation

R 206 of 255 = 81%
G 80 of 255 = 31%
B 123 of 255 = 48%

206
80
123

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

Portions of RGB colors in percentages

R + G + B =
206 + 80 + 123 = 409 (100%)
R 206 of 409 ~ 50.37%
G 80 of 409 ~ 19.56%
B 123 of 409 ~ 30.07%

%50.37
%19.56
%30.07

CMYK color model

#CE507B color CMYK value is (0,61,40,19).

  • cyan value is 0.00%
  • magenta value is 61.17%
  • yellow value is 40.29%
  • key color value is 19.22%
CMYK:
(0,61,40,19)
C0M61Y40K19 
(0%,61%,40%,19%)
(0.00/0.61/0.40/0.19)	

CMYK percentages

%0
%61.17
%40.29
%19.22

Codes

Color #CE507B in popluar color models

CE507B
RGB20680123
HSL340°56.25%56.08%
HSB/HSV340°61.17%80.78%
CMYK0.00%61.17%40.29%
19.22%

Color #CE507B in popluar number systems.

HEXCE507B
Decimal20680123
Binary1100111010100001111011
Octal316120173

Shades and tints

Shades of #CE507B

#CE507B
(206,80,123)
#BC4970
(188,73,112)
#AA4265
(170,66,101)
#983B5A
(152,59,90)
#86344F
(134,52,79)
#742D44
(116,45,68)
#622639
(98,38,57)
#501F2E
(80,31,46)
#3E1823
(62,24,35)
#2C1118
(44,17,24)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #CE507B

#CE507B
(206,80,123)
#D25F87
(210,95,135)
#D66E93
(214,110,147)
#DA7D9F
(218,125,159)
#DE8CAB
(222,140,171)
#E29BB7
(226,155,183)
#E6AAC3
(230,170,195)
#EAB9CF
(234,185,207)
#EEC8DB
(238,200,219)
#F2D7E7
(242,215,231)
#F6E6F3
(246,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE507B color. Also use rgb(206,80,123) instead hex code.

Text Font Color

.myTextColor { color: #CE507B; }

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

This text font color is #CE507B.


Background Color

.myBgColor { background-color: #CE507B; }

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

This div background color is #CE507B.


Border color

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

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

This div border color is #CE507B.


Opacity

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

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

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

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

This text has shadow with #CE507B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE507B on black background.


Color preview on white background

This text has color #CE507B on white background.



Black color preview on #CE507B background

This text has black color on #CE507B background.


White color preview on #CE507B background

This text has white color on #CE507B background.