COLOR #CCD6E6

HEX: #CCD6E6
RGB: (204,214,230)

Renk bilgisi

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

RGB renk modeli

#CCD6E6 color RGB value is (204,214,230).

  • kırmız ton 204;
  • yeşil ton 214;
  • mavi ton 230.
RGB:
(204,214,230)
(80%,84%,90%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 214 of 255 = 84%
B 230 of 255 = 90%

204
214
230

R + G + B ~ 85%. #CCD6E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 214 + 230 = 648 (100%)
R 204 of 648 ~ 31.48%
G 214 of 648 ~ 33.02%
B 230 of 648 ~ 35.49%

%31.48
%33.02
%35.49

CMYK RENK MODELİ

#CCD6E6 rengi CMYK tonu (11,7,0,10).

  • camgöbeği tonu 11.30%
  • eflatun tonu 6.96%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(11,7,0,10)
C11M7Y0K10 
(11%,7%,0%,10%)
(0.11/0.07/0.00/0.10)	

CMYK yüzdeleri

%11.3
%6.96
%0
%9.8

Codes

Color #CCD6E6 in popluar color models

CCD6E6
RGB204214230
HSL217°34.21%85.10%
HSB/HSV217°11.30%90.20%
CMYK11.30%6.96%0.00%
9.80%

Color #CCD6E6 in popluar number systems.

HEXCCD6E6
Decimal204214230
Binary110011001101011011100110
Octal314326346

Shades and tints

Shades of #CCD6E6

#CCD6E6
(204,214,230)
#BAC3D2
(186,195,210)
#A8B0BE
(168,176,190)
#969DAA
(150,157,170)
#848A96
(132,138,150)
#727782
(114,119,130)
#60646E
(96,100,110)
#4E515A
(78,81,90)
#3C3E46
(60,62,70)
#2A2B32
(42,43,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #CCD6E6

#CCD6E6
(204,214,230)
#D0D9E8
(208,217,232)
#D4DCEA
(212,220,234)
#D8DFEC
(216,223,236)
#DCE2EE
(220,226,238)
#E0E5F0
(224,229,240)
#E4E8F2
(228,232,242)
#E8EBF4
(232,235,244)
#ECEEF6
(236,238,246)
#F0F1F8
(240,241,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD6E6 color. Also use rgb(204,214,230) instead hex code.

Text Font Color

.myTextColor { color: #CCD6E6; }

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

This text font color is #CCD6E6.


Background Color

.myBgColor { background-color: #CCD6E6; }

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

This div background color is #CCD6E6.


Border color

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

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

This div border color is #CCD6E6.


Opacity

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

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

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

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

This text has shadow with #CCD6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6E6 on black background.


Color preview on white background

This text has color #CCD6E6 on white background.



Black color preview on #CCD6E6 background

This text has black color on #CCD6E6 background.


White color preview on #CCD6E6 background

This text has white color on #CCD6E6 background.