COLOR #C6E4EC

HEX: #C6E4EC
RGB: (198,228,236)

Renk bilgisi

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

RGB renk modeli

#C6E4EC color RGB value is (198,228,236).

  • kırmız ton 198;
  • yeşil ton 228;
  • mavi ton 236.
RGB:
(198,228,236)
(78%,89%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 228 of 255 = 89%
B 236 of 255 = 93%

198
228
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 228 + 236 = 662 (100%)
R 198 of 662 ~ 29.91%
G 228 of 662 ~ 34.44%
B 236 of 662 ~ 35.65%

%29.91
%34.44
%35.65

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.1
%3.39
%0
%7.45

Codes

Color #C6E4EC in popluar color models

C6E4EC
RGB198228236
HSL193°50.00%85.10%
HSB/HSV193°16.10%92.55%
CMYK16.10%3.39%0.00%
7.45%

Color #C6E4EC in popluar number systems.

HEXC6E4EC
Decimal198228236
Binary110001101110010011101100
Octal306344354

Shades and tints

Shades of #C6E4EC

#C6E4EC
(198,228,236)
#B4D0D7
(180,208,215)
#A2BCC2
(162,188,194)
#90A8AD
(144,168,173)
#7E9498
(126,148,152)
#6C8083
(108,128,131)
#5A6C6E
(90,108,110)
#485859
(72,88,89)
#364444
(54,68,68)
#24302F
(36,48,47)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #C6E4EC

#C6E4EC
(198,228,236)
#CBE6ED
(203,230,237)
#D0E8EE
(208,232,238)
#D5EAEF
(213,234,239)
#DAECF0
(218,236,240)
#DFEEF1
(223,238,241)
#E4F0F2
(228,240,242)
#E9F2F3
(233,242,243)
#EEF4F4
(238,244,244)
#F3F6F5
(243,246,245)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4EC color. Also use rgb(198,228,236) instead hex code.

Text Font Color

.myTextColor { color: #C6E4EC; }

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

This text font color is #C6E4EC.


Background Color

.myBgColor { background-color: #C6E4EC; }

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

This div background color is #C6E4EC.


Border color

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

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

This div border color is #C6E4EC.


Opacity

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

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

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

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

This text has shadow with #C6E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4EC on black background.


Color preview on white background

This text has color #C6E4EC on white background.



Black color preview on #C6E4EC background

This text has black color on #C6E4EC background.


White color preview on #C6E4EC background

This text has white color on #C6E4EC background.