COLOR #C6EEDD

HEX: #C6EEDD
RGB: (198,238,221)

Renk bilgisi

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

RGB renk modeli

#C6EEDD color RGB value is (198,238,221).

  • kırmız ton 198;
  • yeşil ton 238;
  • mavi ton 221.
RGB:
(198,238,221)
(78%,93%,87%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 238 of 255 = 93%
B 221 of 255 = 87%

198
238
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 238 + 221 = 657 (100%)
R 198 of 657 ~ 30.14%
G 238 of 657 ~ 36.23%
B 221 of 657 ~ 33.64%

%30.14
%36.23
%33.64

CMYK RENK MODELİ

#C6EEDD rengi CMYK tonu (17,0,7,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 0.00%
  • sarı tonu 7.14%
  • ana renk tonu 6.67%
CMYK:
(17,0,7,7)
C17M0Y7K7 
(17%,0%,7%,7%)
(0.17/0.00/0.07/0.07)	

CMYK yüzdeleri

%16.81
%0
%7.14
%6.67

Codes

Color #C6EEDD in popluar color models

C6EEDD
RGB198238221
HSL155°54.05%85.49%
HSB/HSV155°16.81%93.33%
CMYK16.81%0.00%7.14%
6.67%

Color #C6EEDD in popluar number systems.

HEXC6EEDD
Decimal198238221
Binary110001101110111011011101
Octal306356335

Shades and tints

Shades of #C6EEDD

#C6EEDD
(198,238,221)
#B4D9C9
(180,217,201)
#A2C4B5
(162,196,181)
#90AFA1
(144,175,161)
#7E9A8D
(126,154,141)
#6C8579
(108,133,121)
#5A7065
(90,112,101)
#485B51
(72,91,81)
#36463D
(54,70,61)
#243129
(36,49,41)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6EEDD

#C6EEDD
(198,238,221)
#CBEFE0
(203,239,224)
#D0F0E3
(208,240,227)
#D5F1E6
(213,241,230)
#DAF2E9
(218,242,233)
#DFF3EC
(223,243,236)
#E4F4EF
(228,244,239)
#E9F5F2
(233,245,242)
#EEF6F5
(238,246,245)
#F3F7F8
(243,247,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EEDD color. Also use rgb(198,238,221) instead hex code.

Text Font Color

.myTextColor { color: #C6EEDD; }

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

This text font color is #C6EEDD.


Background Color

.myBgColor { background-color: #C6EEDD; }

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

This div background color is #C6EEDD.


Border color

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

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

This div border color is #C6EEDD.


Opacity

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

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

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

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

This text has shadow with #C6EEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEDD on black background.


Color preview on white background

This text has color #C6EEDD on white background.



Black color preview on #C6EEDD background

This text has black color on #C6EEDD background.


White color preview on #C6EEDD background

This text has white color on #C6EEDD background.