COLOR #C6EDD5

HEX: #C6EDD5
RGB: (198,237,213)

Renk bilgisi

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

RGB renk modeli

#C6EDD5 color RGB value is (198,237,213).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 237 of 255 = 93%
B 213 of 255 = 84%

198
237
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 237 + 213 = 648 (100%)
R 198 of 648 ~ 30.56%
G 237 of 648 ~ 36.57%
B 213 of 648 ~ 32.87%

%30.56
%36.57
%32.87

CMYK RENK MODELİ

#C6EDD5 rengi CMYK tonu (16,0,10,7).

  • camgöbeği tonu 16.46%
  • eflatun tonu 0.00%
  • sarı tonu 10.13%
  • ana renk tonu 7.06%
CMYK:
(16,0,10,7)
C16M0Y10K7 
(16%,0%,10%,7%)
(0.16/0.00/0.10/0.07)	

CMYK yüzdeleri

%16.46
%0
%10.13
%7.06

Codes

Color #C6EDD5 in popluar color models

C6EDD5
RGB198237213
HSL143°52.00%85.29%
HSB/HSV143°16.46%92.94%
CMYK16.46%0.00%10.13%
7.06%

Color #C6EDD5 in popluar number systems.

HEXC6EDD5
Decimal198237213
Binary110001101110110111010101
Octal306355325

Shades and tints

Shades of #C6EDD5

#C6EDD5
(198,237,213)
#B4D8C2
(180,216,194)
#A2C3AF
(162,195,175)
#90AE9C
(144,174,156)
#7E9989
(126,153,137)
#6C8476
(108,132,118)
#5A6F63
(90,111,99)
#485A50
(72,90,80)
#36453D
(54,69,61)
#24302A
(36,48,42)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #C6EDD5

#C6EDD5
(198,237,213)
#CBEED8
(203,238,216)
#D0EFDB
(208,239,219)
#D5F0DE
(213,240,222)
#DAF1E1
(218,241,225)
#DFF2E4
(223,242,228)
#E4F3E7
(228,243,231)
#E9F4EA
(233,244,234)
#EEF5ED
(238,245,237)
#F3F6F0
(243,246,240)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDD5; }

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

This text font color is #C6EDD5.


Background Color

.myBgColor { background-color: #C6EDD5; }

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

This div background color is #C6EDD5.


Border color

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

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

This div border color is #C6EDD5.


Opacity

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

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

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

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

This text has shadow with #C6EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDD5 on black background.


Color preview on white background

This text has color #C6EDD5 on white background.



Black color preview on #C6EDD5 background

This text has black color on #C6EDD5 background.


White color preview on #C6EDD5 background

This text has white color on #C6EDD5 background.