COLOR #CCC5E7

HEX: #CCC5E7 RGB: (204,197,231)

Renk bilgisi

#CCC5E7 contains red, green and blue colors in about the same proportion. #CCC5E7 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#CCC5E7 color RGB value is (204,197,231).

RGB: (204,197,231) (80%, 77%, 91%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 197 of 255 = 77%
B 231 of 255 = 91%

204
197
231

R + G + B ~ 83%. #CCC5E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 197 + 231 = 632 (100%)
R 204 of 632 ~ 32.28%
G 197 of 632 ~ 31.17%
B 231 of 632 ~ 36.55'%

%32.28
%31.17
%36.55

CMYK RENK MODELİ

#CCC5E7 rengi CMYK tonu (12,15,0,9).

  • camgöbeği tonu 11.69%
  • eflatun tonu 14.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%

CMYK: (12,15,0,9)
C12M15Y0K9 (12%, 15%, 0%, 9%)
(0.12 / 0.15 / 0.00 / 0.09)

CMYK yüzdeleri

%11.69
%14.72
%0
%9.41

Codes

Color #CCC5E7 in popluar color models

CC C5 E7
RGB 204 197 231
HSL 252° 41.46% 83.92%
HSB/HSV 252° 14.72% 90.59%
CMYK 11.69% 14.72% 0.00%
9.41%

Color #CCC5E7 in popluar number systems.

HEX CC C5 E7
Decimal 204 197 231
Binary 11001100 11000101 11100111
Octal 314 305 347

Shades and tints

Shades of #CCC5E7

#CCC5E7
(204,197,231)
#BAB4D2
(186,180,210)
#A8A3BD
(168,163,189)
#9692A8
(150,146,168)
#848193
(132,129,147)
#72707E
(114,112,126)
#605F69
(96,95,105)
#4E4E54
(78,78,84)
#3C3D3F
(60,61,63)
#2A2C2A
(42,44,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #CCC5E7

#CCC5E7
(204,197,231)
#D0CAE9
(208,202,233)
#D4CFEB
(212,207,235)
#D8D4ED
(216,212,237)
#DCD9EF
(220,217,239)
#E0DEF1
(224,222,241)
#E4E3F3
(228,227,243)
#E8E8F5
(232,232,245)
#ECEDF7
(236,237,247)
#F0F2F9
(240,242,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC5E7 color. Also use rgb(204,197,231) instead hex code.

Text Font Color

.myTextColor { color: #CCC5E7; }

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

This text font color is #CCC5E7.

Background Color

.myBgColor { background-color: #CCC5E7; }

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

This div background color is #CCC5E7.

Border color

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

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

This div border color is #CCC5E7.

Opacity

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

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

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

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

This text has shadow with #CCC5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC5E7.

Preview

Color preview on black background

This text has color #CCC5E7 on black background.


Color preview on white background

This text has color #CCC5E7 on white background.


Black color preview on #CCC5E7 background

This text has black color on #CCC5E7 background.


White color preview on #CCC5E7 background

This text has white color on #CCC5E7 background.


Related colors

Complementary color

Complementary color for #hex is #333A18.


I love getcolorcode.com

Triadic colors

1 #E7CCC5 and #C5E7CC with #CCC5E7 are triadic colors.

2 #E7C5CC and #C5CCE7 with #CCC5E7 are triadic colors.