COLOR #CE99F0

HEX: #CE99F0 RGB: (206,153,240)

Color info

#CE99F0 contains mainly red and blue colors. Web safe color of #CE99F0 is #CC99FF (or #C9F).

RGB color model

#CE99F0 color RGB value is (206,153,240).

RGB: (206,153,240) (81%, 60%, 94%)

RGB channels and saturation

R 206 of 255 = 81%
G 153 of 255 = 60%
B 240 of 255 = 94%

206
153
240

R + G + B ~ 78%. #CE99F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 153 + 240 = 599 (100%)
R 206 of 599 ~ 34.39%
G 153 of 599 ~ 25.54%
B 240 of 599 ~ 40.07'%

%34.39
%25.54
%40.07

CMYK color model

#CE99F0 color CMYK value is (14,36,0,6).

  • cyan value is 14.17%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (14,36,0,6)
C14M36Y0K6 (14%, 36%, 0%, 6%)
(0.14 / 0.36 / 0.00 / 0.06)

CMYK percentages

%14.17
%36.25
%0
%5.88

Codes

Color #CE99F0 in popluar color models

CE 99 F0
RGB 206 153 240
HSL 277° 74.36% 77.06%
HSB/HSV 277° 36.25% 94.12%
CMYK 14.17% 36.25% 0.00%
5.88%

Color #CE99F0 in popluar number systems.

HEX CE 99 F0
Decimal 206 153 240
Binary 11001110 10011001 11110000
Octal 316 231 360

Shades and tints

Shades of #CE99F0

#CE99F0
(206,153,240)
#BC8CDB
(188,140,219)
#AA7FC6
(170,127,198)
#9872B1
(152,114,177)
#86659C
(134,101,156)
#745887
(116,88,135)
#624B72
(98,75,114)
#503E5D
(80,62,93)
#3E3148
(62,49,72)
#2C2433
(44,36,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #CE99F0

#CE99F0
(206,153,240)
#D2A2F1
(210,162,241)
#D6ABF2
(214,171,242)
#DAB4F3
(218,180,243)
#DEBDF4
(222,189,244)
#E2C6F5
(226,198,245)
#E6CFF6
(230,207,246)
#EAD8F7
(234,216,247)
#EEE1F8
(238,225,248)
#F2EAF9
(242,234,249)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE99F0 color. Also use rgb(206,153,240) instead hex code.

Text Font Color

.myTextColor { color: #CE99F0; }

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

This text font color is #CE99F0.

Background Color

.myBgColor { background-color: #CE99F0; }

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

This div background color is #CE99F0.

Border color

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

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

This div border color is #CE99F0.

Opacity

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

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

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

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

This text has shadow with #CE99F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE99F0.

Preview

Color preview on black background

This text has color #CE99F0 on black background.


Color preview on white background

This text has color #CE99F0 on white background.


Black color preview on #CE99F0 background

This text has black color on #CE99F0 background.


White color preview on #CE99F0 background

This text has white color on #CE99F0 background.


Related colors

Complementary color

Complementary color for #hex is #31660F.


I love getcolorcode.com

Triadic colors

1 #F0CE99 and #99F0CE with #CE99F0 are triadic colors.

2 #F099CE and #99CEF0 with #CE99F0 are triadic colors.