COLOR #C6DEEB

HEX: #C6DEEB
RGB: (198,222,235)

Renk bilgisi

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

RGB renk modeli

#C6DEEB color RGB value is (198,222,235).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 222 of 255 = 87%
B 235 of 255 = 92%

198
222
235

R + G + B ~ 86%. #C6DEEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 222 + 235 = 655 (100%)
R 198 of 655 ~ 30.23%
G 222 of 655 ~ 33.89%
B 235 of 655 ~ 35.88%

%30.23
%33.89
%35.88

CMYK RENK MODELİ

#C6DEEB rengi CMYK tonu (16,6,0,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 5.53%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,6,0,8)
C16M6Y0K8 
(16%,6%,0%,8%)
(0.16/0.06/0.00/0.08)	

CMYK yüzdeleri

%15.74
%5.53
%0
%7.84

Codes

Color #C6DEEB in popluar color models

C6DEEB
RGB198222235
HSL201°48.05%84.90%
HSB/HSV201°15.74%92.16%
CMYK15.74%5.53%0.00%
7.84%

Color #C6DEEB in popluar number systems.

HEXC6DEEB
Decimal198222235
Binary110001101101111011101011
Octal306336353

Shades and tints

Shades of #C6DEEB

#C6DEEB
(198,222,235)
#B4CAD6
(180,202,214)
#A2B6C1
(162,182,193)
#90A2AC
(144,162,172)
#7E8E97
(126,142,151)
#6C7A82
(108,122,130)
#5A666D
(90,102,109)
#485258
(72,82,88)
#363E43
(54,62,67)
#242A2E
(36,42,46)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C6DEEB

#C6DEEB
(198,222,235)
#CBE1EC
(203,225,236)
#D0E4ED
(208,228,237)
#D5E7EE
(213,231,238)
#DAEAEF
(218,234,239)
#DFEDF0
(223,237,240)
#E4F0F1
(228,240,241)
#E9F3F2
(233,243,242)
#EEF6F3
(238,246,243)
#F3F9F4
(243,249,244)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DEEB; }

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

This text font color is #C6DEEB.


Background Color

.myBgColor { background-color: #C6DEEB; }

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

This div background color is #C6DEEB.


Border color

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

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

This div border color is #C6DEEB.


Opacity

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

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

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

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

This text has shadow with #C6DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEEB on black background.


Color preview on white background

This text has color #C6DEEB on white background.



Black color preview on #C6DEEB background

This text has black color on #C6DEEB background.


White color preview on #C6DEEB background

This text has white color on #C6DEEB background.