COLOR #C6EFED

HEX: #C6EFED
RGB: (198,239,237)

Renk bilgisi

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

RGB renk modeli

#C6EFED color RGB value is (198,239,237).

  • kırmız ton 198;
  • yeşil ton 239;
  • mavi ton 237.
RGB:
(198,239,237)
(78%,94%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 239 of 255 = 94%
B 237 of 255 = 93%

198
239
237

R + G + B ~ 88%. #C6EFED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 239 + 237 = 674 (100%)
R 198 of 674 ~ 29.38%
G 239 of 674 ~ 35.46%
B 237 of 674 ~ 35.16%

%29.38
%35.46
%35.16

CMYK RENK MODELİ

#C6EFED rengi CMYK tonu (17,0,1,6).

  • camgöbeği tonu 17.15%
  • eflatun tonu 0.00%
  • sarı tonu 0.84%
  • ana renk tonu 6.27%
CMYK:
(17,0,1,6)
C17M0Y1K6 
(17%,0%,1%,6%)
(0.17/0.00/0.01/0.06)	

CMYK yüzdeleri

%17.15
%0
%0.84
%6.27

Codes

Color #C6EFED in popluar color models

C6EFED
RGB198239237
HSL177°56.16%85.69%
HSB/HSV177°17.15%93.73%
CMYK17.15%0.00%0.84%
6.27%

Color #C6EFED in popluar number systems.

HEXC6EFED
Decimal198239237
Binary110001101110111111101101
Octal306357355

Shades and tints

Shades of #C6EFED

#C6EFED
(198,239,237)
#B4DAD8
(180,218,216)
#A2C5C3
(162,197,195)
#90B0AE
(144,176,174)
#7E9B99
(126,155,153)
#6C8684
(108,134,132)
#5A716F
(90,113,111)
#485C5A
(72,92,90)
#364745
(54,71,69)
#243230
(36,50,48)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #C6EFED

#C6EFED
(198,239,237)
#CBF0EE
(203,240,238)
#D0F1EF
(208,241,239)
#D5F2F0
(213,242,240)
#DAF3F1
(218,243,241)
#DFF4F2
(223,244,242)
#E4F5F3
(228,245,243)
#E9F6F4
(233,246,244)
#EEF7F5
(238,247,245)
#F3F8F6
(243,248,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EFED color. Also use rgb(198,239,237) instead hex code.

Text Font Color

.myTextColor { color: #C6EFED; }

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

This text font color is #C6EFED.


Background Color

.myBgColor { background-color: #C6EFED; }

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

This div background color is #C6EFED.


Border color

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

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

This div border color is #C6EFED.


Opacity

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

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

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

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

This text has shadow with #C6EFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFED on black background.


Color preview on white background

This text has color #C6EFED on white background.



Black color preview on #C6EFED background

This text has black color on #C6EFED background.


White color preview on #C6EFED background

This text has white color on #C6EFED background.