COLOR #C5F8E7

HEX: #C5F8E7
RGB: (197,248,231)

Renk bilgisi

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

RGB renk modeli

#C5F8E7 color RGB value is (197,248,231).

  • kırmız ton 197;
  • yeşil ton 248;
  • mavi ton 231.
RGB:
(197,248,231)
(77%,97%,91%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 248 of 255 = 97%
B 231 of 255 = 91%

197
248
231

R + G + B ~ 88%. #C5F8E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 248 + 231 = 676 (100%)
R 197 of 676 ~ 29.14%
G 248 of 676 ~ 36.69%
B 231 of 676 ~ 34.17%

%29.14
%36.69
%34.17

CMYK RENK MODELİ

#C5F8E7 rengi CMYK tonu (21,0,7,3).

  • camgöbeği tonu 20.56%
  • eflatun tonu 0.00%
  • sarı tonu 6.85%
  • ana renk tonu 2.75%
CMYK:
(21,0,7,3)
C21M0Y7K3 
(21%,0%,7%,3%)
(0.21/0.00/0.07/0.03)	

CMYK yüzdeleri

%20.56
%0
%6.85
%2.75

Codes

Color #C5F8E7 in popluar color models

C5F8E7
RGB197248231
HSL160°78.46%87.25%
HSB/HSV160°20.56%97.25%
CMYK20.56%0.00%6.85%
2.75%

Color #C5F8E7 in popluar number systems.

HEXC5F8E7
Decimal197248231
Binary110001011111100011100111
Octal305370347

Shades and tints

Shades of #C5F8E7

#C5F8E7
(197,248,231)
#B4E2D2
(180,226,210)
#A3CCBD
(163,204,189)
#92B6A8
(146,182,168)
#81A093
(129,160,147)
#708A7E
(112,138,126)
#5F7469
(95,116,105)
#4E5E54
(78,94,84)
#3D483F
(61,72,63)
#2C322A
(44,50,42)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #C5F8E7

#C5F8E7
(197,248,231)
#CAF8E9
(202,248,233)
#CFF8EB
(207,248,235)
#D4F8ED
(212,248,237)
#D9F8EF
(217,248,239)
#DEF8F1
(222,248,241)
#E3F8F3
(227,248,243)
#E8F8F5
(232,248,245)
#EDF8F7
(237,248,247)
#F2F8F9
(242,248,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F8E7 color. Also use rgb(197,248,231) instead hex code.

Text Font Color

.myTextColor { color: #C5F8E7; }

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

This text font color is #C5F8E7.


Background Color

.myBgColor { background-color: #C5F8E7; }

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

This div background color is #C5F8E7.


Border color

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

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

This div border color is #C5F8E7.


Opacity

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

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

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

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

This text has shadow with #C5F8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F8E7 on black background.


Color preview on white background

This text has color #C5F8E7 on white background.



Black color preview on #C5F8E7 background

This text has black color on #C5F8E7 background.


White color preview on #C5F8E7 background

This text has white color on #C5F8E7 background.