COLOR #C5EED5

HEX: #C5EED5
RGB: (197,238,213)

Renk bilgisi

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

RGB renk modeli

#C5EED5 color RGB value is (197,238,213).

  • kırmız ton 197;
  • yeşil ton 238;
  • mavi ton 213.
RGB:
(197,238,213)
(77%,93%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 238 of 255 = 93%
B 213 of 255 = 84%

197
238
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 238 + 213 = 648 (100%)
R 197 of 648 ~ 30.4%
G 238 of 648 ~ 36.73%
B 213 of 648 ~ 32.87%

%30.4
%36.73
%32.87

CMYK RENK MODELİ

#C5EED5 rengi CMYK tonu (17,0,11,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 0.00%
  • sarı tonu 10.50%
  • ana renk tonu 6.67%
CMYK:
(17,0,11,7)
C17M0Y11K7 
(17%,0%,11%,7%)
(0.17/0.00/0.11/0.07)	

CMYK yüzdeleri

%17.23
%0
%10.5
%6.67

Codes

Color #C5EED5 in popluar color models

C5EED5
RGB197238213
HSL143°54.67%85.29%
HSB/HSV143°17.23%93.33%
CMYK17.23%0.00%10.50%
6.67%

Color #C5EED5 in popluar number systems.

HEXC5EED5
Decimal197238213
Binary110001011110111011010101
Octal305356325

Shades and tints

Shades of #C5EED5

#C5EED5
(197,238,213)
#B4D9C2
(180,217,194)
#A3C4AF
(163,196,175)
#92AF9C
(146,175,156)
#819A89
(129,154,137)
#708576
(112,133,118)
#5F7063
(95,112,99)
#4E5B50
(78,91,80)
#3D463D
(61,70,61)
#2C312A
(44,49,42)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #C5EED5

#C5EED5
(197,238,213)
#CAEFD8
(202,239,216)
#CFF0DB
(207,240,219)
#D4F1DE
(212,241,222)
#D9F2E1
(217,242,225)
#DEF3E4
(222,243,228)
#E3F4E7
(227,244,231)
#E8F5EA
(232,245,234)
#EDF6ED
(237,246,237)
#F2F7F0
(242,247,240)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EED5 color. Also use rgb(197,238,213) instead hex code.

Text Font Color

.myTextColor { color: #C5EED5; }

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

This text font color is #C5EED5.


Background Color

.myBgColor { background-color: #C5EED5; }

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

This div background color is #C5EED5.


Border color

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

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

This div border color is #C5EED5.


Opacity

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

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

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

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

This text has shadow with #C5EED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EED5 on black background.


Color preview on white background

This text has color #C5EED5 on white background.



Black color preview on #C5EED5 background

This text has black color on #C5EED5 background.


White color preview on #C5EED5 background

This text has white color on #C5EED5 background.