COLOR #C5F0D1

HEX: #C5F0D1
RGB: (197,240,209)

Renk bilgisi

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

RGB renk modeli

#C5F0D1 color RGB value is (197,240,209).

  • kırmız ton 197;
  • yeşil ton 240;
  • mavi ton 209.
RGB:
(197,240,209)
(77%,94%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 240 of 255 = 94%
B 209 of 255 = 82%

197
240
209

R + G + B ~ 84%. #C5F0D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 240 + 209 = 646 (100%)
R 197 of 646 ~ 30.5%
G 240 of 646 ~ 37.15%
B 209 of 646 ~ 32.35%

%30.5
%37.15
%32.35

CMYK RENK MODELİ

#C5F0D1 rengi CMYK tonu (18,0,13,6).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 12.92%
  • ana renk tonu 5.88%
CMYK:
(18,0,13,6)
C18M0Y13K6 
(18%,0%,13%,6%)
(0.18/0.00/0.13/0.06)	

CMYK yüzdeleri

%17.92
%0
%12.92
%5.88

Codes

Color #C5F0D1 in popluar color models

C5F0D1
RGB197240209
HSL137°58.90%85.69%
HSB/HSV137°17.92%94.12%
CMYK17.92%0.00%12.92%
5.88%

Color #C5F0D1 in popluar number systems.

HEXC5F0D1
Decimal197240209
Binary110001011111000011010001
Octal305360321

Shades and tints

Shades of #C5F0D1

#C5F0D1
(197,240,209)
#B4DBBE
(180,219,190)
#A3C6AB
(163,198,171)
#92B198
(146,177,152)
#819C85
(129,156,133)
#708772
(112,135,114)
#5F725F
(95,114,95)
#4E5D4C
(78,93,76)
#3D4839
(61,72,57)
#2C3326
(44,51,38)
#1B1E13
(27,30,19)
#000000
(0,0,0)

Tints of #C5F0D1

#C5F0D1
(197,240,209)
#CAF1D5
(202,241,213)
#CFF2D9
(207,242,217)
#D4F3DD
(212,243,221)
#D9F4E1
(217,244,225)
#DEF5E5
(222,245,229)
#E3F6E9
(227,246,233)
#E8F7ED
(232,247,237)
#EDF8F1
(237,248,241)
#F2F9F5
(242,249,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F0D1 color. Also use rgb(197,240,209) instead hex code.

Text Font Color

.myTextColor { color: #C5F0D1; }

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

This text font color is #C5F0D1.


Background Color

.myBgColor { background-color: #C5F0D1; }

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

This div background color is #C5F0D1.


Border color

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

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

This div border color is #C5F0D1.


Opacity

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

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

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

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

This text has shadow with #C5F0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F0D1 on black background.


Color preview on white background

This text has color #C5F0D1 on white background.



Black color preview on #C5F0D1 background

This text has black color on #C5F0D1 background.


White color preview on #C5F0D1 background

This text has white color on #C5F0D1 background.