COLOR #C5F3D2

HEX: #C5F3D2
RGB: (197,243,210)

Renk bilgisi

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

RGB renk modeli

#C5F3D2 color RGB value is (197,243,210).

  • kırmız ton 197;
  • yeşil ton 243;
  • mavi ton 210.
RGB:
(197,243,210)
(77%,95%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 243 of 255 = 95%
B 210 of 255 = 82%

197
243
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 243 + 210 = 650 (100%)
R 197 of 650 ~ 30.31%
G 243 of 650 ~ 37.38%
B 210 of 650 ~ 32.31%

%30.31
%37.38
%32.31

CMYK RENK MODELİ

#C5F3D2 rengi CMYK tonu (19,0,14,5).

  • camgöbeği tonu 18.93%
  • eflatun tonu 0.00%
  • sarı tonu 13.58%
  • ana renk tonu 4.71%
CMYK:
(19,0,14,5)
C19M0Y14K5 
(19%,0%,14%,5%)
(0.19/0.00/0.14/0.05)	

CMYK yüzdeleri

%18.93
%0
%13.58
%4.71

Codes

Color #C5F3D2 in popluar color models

C5F3D2
RGB197243210
HSL137°65.71%86.27%
HSB/HSV137°18.93%95.29%
CMYK18.93%0.00%13.58%
4.71%

Color #C5F3D2 in popluar number systems.

HEXC5F3D2
Decimal197243210
Binary110001011111001111010010
Octal305363322

Shades and tints

Shades of #C5F3D2

#C5F3D2
(197,243,210)
#B4DDBF
(180,221,191)
#A3C7AC
(163,199,172)
#92B199
(146,177,153)
#819B86
(129,155,134)
#708573
(112,133,115)
#5F6F60
(95,111,96)
#4E594D
(78,89,77)
#3D433A
(61,67,58)
#2C2D27
(44,45,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5F3D2

#C5F3D2
(197,243,210)
#CAF4D6
(202,244,214)
#CFF5DA
(207,245,218)
#D4F6DE
(212,246,222)
#D9F7E2
(217,247,226)
#DEF8E6
(222,248,230)
#E3F9EA
(227,249,234)
#E8FAEE
(232,250,238)
#EDFBF2
(237,251,242)
#F2FCF6
(242,252,246)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F3D2 color. Also use rgb(197,243,210) instead hex code.

Text Font Color

.myTextColor { color: #C5F3D2; }

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

This text font color is #C5F3D2.


Background Color

.myBgColor { background-color: #C5F3D2; }

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

This div background color is #C5F3D2.


Border color

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

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

This div border color is #C5F3D2.


Opacity

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

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

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

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

This text has shadow with #C5F3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3D2 on black background.


Color preview on white background

This text has color #C5F3D2 on white background.



Black color preview on #C5F3D2 background

This text has black color on #C5F3D2 background.


White color preview on #C5F3D2 background

This text has white color on #C5F3D2 background.