COLOR #CCAFEE

HEX: #CCAFEE RGB: (204,175,238)

Color info

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

RGB color model

#CCAFEE color RGB value is (204,175,238).

RGB: (204,175,238) (80%, 69%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 238 of 255 = 93%

204
175
238

R + G + B ~ 81%. #CCAFEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 238 = 617 (100%)
R 204 of 617 ~ 33.06%
G 175 of 617 ~ 28.36%
B 238 of 617 ~ 38.57'%

%33.06
%28.36
%38.57

CMYK color model

#CCAFEE color CMYK value is (14,26,0,7).

  • cyan value is 14.29%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (14,26,0,7)
C14M26Y0K7 (14%, 26%, 0%, 7%)
(0.14 / 0.26 / 0.00 / 0.07)

CMYK percentages

%14.29
%26.47
%0
%6.67

Codes

Color #CCAFEE in popluar color models

CC AF EE
RGB 204 175 238
HSL 268° 64.95% 80.98%
HSB/HSV 268° 26.47% 93.33%
CMYK 14.29% 26.47% 0.00%
6.67%

Color #CCAFEE in popluar number systems.

HEX CC AF EE
Decimal 204 175 238
Binary 11001100 10101111 11101110
Octal 314 257 356

Shades and tints

Shades of #CCAFEE

#CCAFEE
(204,175,238)
#BAA0D9
(186,160,217)
#A891C4
(168,145,196)
#9682AF
(150,130,175)
#84739A
(132,115,154)
#726485
(114,100,133)
#605570
(96,85,112)
#4E465B
(78,70,91)
#3C3746
(60,55,70)
#2A2831
(42,40,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCAFEE

#CCAFEE
(204,175,238)
#D0B6EF
(208,182,239)
#D4BDF0
(212,189,240)
#D8C4F1
(216,196,241)
#DCCBF2
(220,203,242)
#E0D2F3
(224,210,243)
#E4D9F4
(228,217,244)
#E8E0F5
(232,224,245)
#ECE7F6
(236,231,246)
#F0EEF7
(240,238,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAFEE color. Also use rgb(204,175,238) instead hex code.

Text Font Color

.myTextColor { color: #CCAFEE; }

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

This text font color is #CCAFEE.

Background Color

.myBgColor { background-color: #CCAFEE; }

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

This div background color is #CCAFEE.

Border color

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

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

This div border color is #CCAFEE.

Opacity

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

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

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

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

This text has shadow with #CCAFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFEE.

Preview

Color preview on black background

This text has color #CCAFEE on black background.


Color preview on white background

This text has color #CCAFEE on white background.


Black color preview on #CCAFEE background

This text has black color on #CCAFEE background.


White color preview on #CCAFEE background

This text has white color on #CCAFEE background.


Related colors

Complementary color

Complementary color for #hex is #335011.


I love getcolorcode.com

Triadic colors

1 #EECCAF and #AFEECC with #CCAFEE are triadic colors.

2 #EEAFCC and #AFCCEE with #CCAFEE are triadic colors.