COLOR #C6DEE2

HEX: #C6DEE2
RGB: (198,222,226)

Renk bilgisi

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

RGB renk modeli

#C6DEE2 color RGB value is (198,222,226).

  • kırmız ton 198;
  • yeşil ton 222;
  • mavi ton 226.
RGB:
(198,222,226)
(78%,87%,89%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 222 of 255 = 87%
B 226 of 255 = 89%

198
222
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 222 + 226 = 646 (100%)
R 198 of 646 ~ 30.65%
G 222 of 646 ~ 34.37%
B 226 of 646 ~ 34.98%

%30.65
%34.37
%34.98

CMYK RENK MODELİ

#C6DEE2 rengi CMYK tonu (12,2,0,11).

  • camgöbeği tonu 12.39%
  • eflatun tonu 1.77%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(12,2,0,11)
C12M2Y0K11 
(12%,2%,0%,11%)
(0.12/0.02/0.00/0.11)	

CMYK yüzdeleri

%12.39
%1.77
%0
%11.37

Codes

Color #C6DEE2 in popluar color models

C6DEE2
RGB198222226
HSL189°32.56%83.14%
HSB/HSV189°12.39%88.63%
CMYK12.39%1.77%0.00%
11.37%

Color #C6DEE2 in popluar number systems.

HEXC6DEE2
Decimal198222226
Binary110001101101111011100010
Octal306336342

Shades and tints

Shades of #C6DEE2

#C6DEE2
(198,222,226)
#B4CACE
(180,202,206)
#A2B6BA
(162,182,186)
#90A2A6
(144,162,166)
#7E8E92
(126,142,146)
#6C7A7E
(108,122,126)
#5A666A
(90,102,106)
#485256
(72,82,86)
#363E42
(54,62,66)
#242A2E
(36,42,46)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #C6DEE2

#C6DEE2
(198,222,226)
#CBE1E4
(203,225,228)
#D0E4E6
(208,228,230)
#D5E7E8
(213,231,232)
#DAEAEA
(218,234,234)
#DFEDEC
(223,237,236)
#E4F0EE
(228,240,238)
#E9F3F0
(233,243,240)
#EEF6F2
(238,246,242)
#F3F9F4
(243,249,244)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DEE2 color. Also use rgb(198,222,226) instead hex code.

Text Font Color

.myTextColor { color: #C6DEE2; }

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

This text font color is #C6DEE2.


Background Color

.myBgColor { background-color: #C6DEE2; }

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

This div background color is #C6DEE2.


Border color

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

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

This div border color is #C6DEE2.


Opacity

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

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

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

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

This text has shadow with #C6DEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEE2 on black background.


Color preview on white background

This text has color #C6DEE2 on white background.



Black color preview on #C6DEE2 background

This text has black color on #C6DEE2 background.


White color preview on #C6DEE2 background

This text has white color on #C6DEE2 background.