COLOR #CCE6EE

HEX: #CCE6EE
RGB: (204,230,238)

Renk bilgisi

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

RGB renk modeli

#CCE6EE color RGB value is (204,230,238).

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

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 230 of 255 = 90%
B 238 of 255 = 93%

204
230
238

R + G + B ~ 88%. #CCE6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 230 + 238 = 672 (100%)
R 204 of 672 ~ 30.36%
G 230 of 672 ~ 34.23%
B 238 of 672 ~ 35.42%

%30.36
%34.23
%35.42

CMYK RENK MODELİ

#CCE6EE rengi CMYK tonu (14,3,0,7).

  • camgöbeği tonu 14.29%
  • eflatun tonu 3.36%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(14,3,0,7)
C14M3Y0K7 
(14%,3%,0%,7%)
(0.14/0.03/0.00/0.07)	

CMYK yüzdeleri

%14.29
%3.36
%0
%6.67

Codes

Color #CCE6EE in popluar color models

CCE6EE
RGB204230238
HSL194°50.00%86.67%
HSB/HSV194°14.29%93.33%
CMYK14.29%3.36%0.00%
6.67%

Color #CCE6EE in popluar number systems.

HEXCCE6EE
Decimal204230238
Binary110011001110011011101110
Octal314346356

Shades and tints

Shades of #CCE6EE

#CCE6EE
(204,230,238)
#BAD2D9
(186,210,217)
#A8BEC4
(168,190,196)
#96AAAF
(150,170,175)
#84969A
(132,150,154)
#728285
(114,130,133)
#606E70
(96,110,112)
#4E5A5B
(78,90,91)
#3C4646
(60,70,70)
#2A3231
(42,50,49)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #CCE6EE

#CCE6EE
(204,230,238)
#D0E8EF
(208,232,239)
#D4EAF0
(212,234,240)
#D8ECF1
(216,236,241)
#DCEEF2
(220,238,242)
#E0F0F3
(224,240,243)
#E4F2F4
(228,242,244)
#E8F4F5
(232,244,245)
#ECF6F6
(236,246,246)
#F0F8F7
(240,248,247)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6EE; }

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

This text font color is #CCE6EE.


Background Color

.myBgColor { background-color: #CCE6EE; }

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

This div background color is #CCE6EE.


Border color

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

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

This div border color is #CCE6EE.


Opacity

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

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

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

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

This text has shadow with #CCE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE6EE on black background.


Color preview on white background

This text has color #CCE6EE on white background.



Black color preview on #CCE6EE background

This text has black color on #CCE6EE background.


White color preview on #CCE6EE background

This text has white color on #CCE6EE background.