COLOR #C8E6EE

HEX: #C8E6EE
RGB: (200,230,238)

Renk bilgisi

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

RGB renk modeli

#C8E6EE color RGB value is (200,230,238).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 230 of 255 = 90%
B 238 of 255 = 93%

200
230
238

R + G + B ~ 87%. #C8E6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 230 + 238 = 668 (100%)
R 200 of 668 ~ 29.94%
G 230 of 668 ~ 34.43%
B 238 of 668 ~ 35.63%

%29.94
%34.43
%35.63

CMYK RENK MODELİ

#C8E6EE rengi CMYK tonu (16,3,0,7).

  • camgöbeği tonu 15.97%
  • eflatun tonu 3.36%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,3,0,7)
C16M3Y0K7 
(16%,3%,0%,7%)
(0.16/0.03/0.00/0.07)	

CMYK yüzdeleri

%15.97
%3.36
%0
%6.67

Codes

Color #C8E6EE in popluar color models

C8E6EE
RGB200230238
HSL193°52.78%85.88%
HSB/HSV193°15.97%93.33%
CMYK15.97%3.36%0.00%
6.67%

Color #C8E6EE in popluar number systems.

HEXC8E6EE
Decimal200230238
Binary110010001110011011101110
Octal310346356

Shades and tints

Shades of #C8E6EE

#C8E6EE
(200,230,238)
#B6D2D9
(182,210,217)
#A4BEC4
(164,190,196)
#92AAAF
(146,170,175)
#80969A
(128,150,154)
#6E8285
(110,130,133)
#5C6E70
(92,110,112)
#4A5A5B
(74,90,91)
#384646
(56,70,70)
#263231
(38,50,49)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #C8E6EE

#C8E6EE
(200,230,238)
#CDE8EF
(205,232,239)
#D2EAF0
(210,234,240)
#D7ECF1
(215,236,241)
#DCEEF2
(220,238,242)
#E1F0F3
(225,240,243)
#E6F2F4
(230,242,244)
#EBF4F5
(235,244,245)
#F0F6F6
(240,246,246)
#F5F8F7
(245,248,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E6EE; }

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

This text font color is #C8E6EE.


Background Color

.myBgColor { background-color: #C8E6EE; }

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

This div background color is #C8E6EE.


Border color

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

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

This div border color is #C8E6EE.


Opacity

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

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

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

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

This text has shadow with #C8E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E6EE on black background.


Color preview on white background

This text has color #C8E6EE on white background.



Black color preview on #C8E6EE background

This text has black color on #C8E6EE background.


White color preview on #C8E6EE background

This text has white color on #C8E6EE background.