COLOR #C5EBBC

HEX: #C5EBBC
RGB: (197,235,188)

Renk bilgisi

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

RGB renk modeli

#C5EBBC color RGB value is (197,235,188).

  • kırmız ton 197;
  • yeşil ton 235;
  • mavi ton 188.
RGB:
(197,235,188)
(77%,92%,74%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 235 of 255 = 92%
B 188 of 255 = 74%

197
235
188

R + G + B ~ 81%. #C5EBBC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 235 + 188 = 620 (100%)
R 197 of 620 ~ 31.77%
G 235 of 620 ~ 37.9%
B 188 of 620 ~ 30.32%

%31.77
%37.9
%30.32

CMYK RENK MODELİ

#C5EBBC rengi CMYK tonu (16,0,20,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 7.84%
CMYK:
(16,0,20,8)
C16M0Y20K8 
(16%,0%,20%,8%)
(0.16/0.00/0.20/0.08)	

CMYK yüzdeleri

%16.17
%0
%20
%7.84

Codes

Color #C5EBBC in popluar color models

C5EBBC
RGB197235188
HSL109°54.02%82.94%
HSB/HSV109°20.00%92.16%
CMYK16.17%0.00%20.00%
7.84%

Color #C5EBBC in popluar number systems.

HEXC5EBBC
Decimal197235188
Binary110001011110101110111100
Octal305353274

Shades and tints

Shades of #C5EBBC

#C5EBBC
(197,235,188)
#B4D6AB
(180,214,171)
#A3C19A
(163,193,154)
#92AC89
(146,172,137)
#819778
(129,151,120)
#708267
(112,130,103)
#5F6D56
(95,109,86)
#4E5845
(78,88,69)
#3D4334
(61,67,52)
#2C2E23
(44,46,35)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #C5EBBC

#C5EBBC
(197,235,188)
#CAECC2
(202,236,194)
#CFEDC8
(207,237,200)
#D4EECE
(212,238,206)
#D9EFD4
(217,239,212)
#DEF0DA
(222,240,218)
#E3F1E0
(227,241,224)
#E8F2E6
(232,242,230)
#EDF3EC
(237,243,236)
#F2F4F2
(242,244,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EBBC color. Also use rgb(197,235,188) instead hex code.

Text Font Color

.myTextColor { color: #C5EBBC; }

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

This text font color is #C5EBBC.


Background Color

.myBgColor { background-color: #C5EBBC; }

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

This div background color is #C5EBBC.


Border color

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

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

This div border color is #C5EBBC.


Opacity

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

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

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

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

This text has shadow with #C5EBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBBC on black background.


Color preview on white background

This text has color #C5EBBC on white background.



Black color preview on #C5EBBC background

This text has black color on #C5EBBC background.


White color preview on #C5EBBC background

This text has white color on #C5EBBC background.