COLOR #CE75BB

HEX: #CE75BB
RGB: (206,117,187)

Color info

#CE75BB contains mainly red and blue colors. Web safe color of #CE75BB is #CC66CC (or #C6C).

RGB color model

#CE75BB color RGB value is (206,117,187).

  • red value is 206;
  • green value is 117;
  • blue value is 187.
RGB: (206,117,187) (81%,46%,73%)

RGB channels and saturation

R 206 of 255 = 81%
G 117 of 255 = 46%
B 187 of 255 = 73%

206
117
187

R + G + B ~ 67%. #CE75BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 117 + 187 = 510 (100%)
R 206 of 510 ~ 40.39%
G 117 of 510 ~ 22.94%
B 187 of 510 ~ 36.67%

%40.39
%22.94
%36.67

CMYK color model

#CE75BB color CMYK value is (0,43,9,19).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK: (0,43,9,19) C0M43Y9K19 (0%,43%,9%,19%) (0.00/0.43/0.09/0.19)

CMYK percentages

%0
%43.2
%9.22
%19.22

Codes

Color #CE75BB in popluar color models

CE75BB
RGB206117187
HSL313°47.59%63.33%
HSB/HSV313°43.20%80.78%
CMYK0.00%43.20%9.22%
19.22%

Color #CE75BB in popluar number systems.

HEXCE75BB
Decimal206117187
Binary11001110111010110111011
Octal316165273

Shades and tints

Shades of #CE75BB

#CE75BB
(206,117,187)
#BC6BAA
(188,107,170)
#AA6199
(170,97,153)
#985788
(152,87,136)
#864D77
(134,77,119)
#744366
(116,67,102)
#623955
(98,57,85)
#502F44
(80,47,68)
#3E2533
(62,37,51)
#2C1B22
(44,27,34)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #CE75BB

#CE75BB
(206,117,187)
#D281C1
(210,129,193)
#D68DC7
(214,141,199)
#DA99CD
(218,153,205)
#DEA5D3
(222,165,211)
#E2B1D9
(226,177,217)
#E6BDDF
(230,189,223)
#EAC9E5
(234,201,229)
#EED5EB
(238,213,235)
#F2E1F1
(242,225,241)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE75BB color. Also use rgb(206,117,187) instead hex code.

Text Font Color

.myTextColor { color: #CE75BB; }

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

This text font color is #CE75BB.


Background Color

.myBgColor { background-color: #CE75BB; }

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

This div background color is #CE75BB.


Border color

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

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

This div border color is #CE75BB.


Opacity

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

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

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

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

This text has shadow with #CE75BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CE75BB on black background.


Color preview on white background

This text has color #CE75BB on white background.



Black color preview on #CE75BB background

This text has black color on #CE75BB background.


White color preview on #CE75BB background

This text has white color on #CE75BB background.