COLOR #C6EDE3

HEX: #C6EDE3
RGB: (198,237,227)

Renk bilgisi

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

RGB renk modeli

#C6EDE3 color RGB value is (198,237,227).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 237 of 255 = 93%
B 227 of 255 = 89%

198
237
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 237 + 227 = 662 (100%)
R 198 of 662 ~ 29.91%
G 237 of 662 ~ 35.8%
B 227 of 662 ~ 34.29%

%29.91
%35.8
%34.29

CMYK RENK MODELİ

#C6EDE3 rengi CMYK tonu (16,0,4,7).

  • camgöbeği tonu 16.46%
  • eflatun tonu 0.00%
  • sarı tonu 4.22%
  • ana renk tonu 7.06%
CMYK:
(16,0,4,7)
C16M0Y4K7 
(16%,0%,4%,7%)
(0.16/0.00/0.04/0.07)	

CMYK yüzdeleri

%16.46
%0
%4.22
%7.06

Codes

Color #C6EDE3 in popluar color models

C6EDE3
RGB198237227
HSL165°52.00%85.29%
HSB/HSV165°16.46%92.94%
CMYK16.46%0.00%4.22%
7.06%

Color #C6EDE3 in popluar number systems.

HEXC6EDE3
Decimal198237227
Binary110001101110110111100011
Octal306355343

Shades and tints

Shades of #C6EDE3

#C6EDE3
(198,237,227)
#B4D8CF
(180,216,207)
#A2C3BB
(162,195,187)
#90AEA7
(144,174,167)
#7E9993
(126,153,147)
#6C847F
(108,132,127)
#5A6F6B
(90,111,107)
#485A57
(72,90,87)
#364543
(54,69,67)
#24302F
(36,48,47)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #C6EDE3

#C6EDE3
(198,237,227)
#CBEEE5
(203,238,229)
#D0EFE7
(208,239,231)
#D5F0E9
(213,240,233)
#DAF1EB
(218,241,235)
#DFF2ED
(223,242,237)
#E4F3EF
(228,243,239)
#E9F4F1
(233,244,241)
#EEF5F3
(238,245,243)
#F3F6F5
(243,246,245)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDE3; }

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

This text font color is #C6EDE3.


Background Color

.myBgColor { background-color: #C6EDE3; }

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

This div background color is #C6EDE3.


Border color

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

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

This div border color is #C6EDE3.


Opacity

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

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

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

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

This text has shadow with #C6EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDE3 on black background.


Color preview on white background

This text has color #C6EDE3 on white background.



Black color preview on #C6EDE3 background

This text has black color on #C6EDE3 background.


White color preview on #C6EDE3 background

This text has white color on #C6EDE3 background.