COLOR #C5CCE5

HEX: #C5CCE5
RGB: (197,204,229)

Renk bilgisi

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

RGB renk modeli

#C5CCE5 color RGB value is (197,204,229).

  • kırmız ton 197;
  • yeşil ton 204;
  • mavi ton 229.
RGB:
(197,204,229)
(77%,80%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 204 of 255 = 80%
B 229 of 255 = 90%

197
204
229

R + G + B ~ 82%. #C5CCE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 229 = 630 (100%)
R 197 of 630 ~ 31.27%
G 204 of 630 ~ 32.38%
B 229 of 630 ~ 36.35%

%31.27
%32.38
%36.35

CMYK RENK MODELİ

#C5CCE5 rengi CMYK tonu (14,11,0,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 10.92%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,11,0,10)
C14M11Y0K10 
(14%,11%,0%,10%)
(0.14/0.11/0.00/0.10)	

CMYK yüzdeleri

%13.97
%10.92
%0
%10.2

Codes

Color #C5CCE5 in popluar color models

C5CCE5
RGB197204229
HSL227°38.10%83.53%
HSB/HSV227°13.97%89.80%
CMYK13.97%10.92%0.00%
10.20%

Color #C5CCE5 in popluar number systems.

HEXC5CCE5
Decimal197204229
Binary110001011100110011100101
Octal305314345

Shades and tints

Shades of #C5CCE5

#C5CCE5
(197,204,229)
#B4BAD1
(180,186,209)
#A3A8BD
(163,168,189)
#9296A9
(146,150,169)
#818495
(129,132,149)
#707281
(112,114,129)
#5F606D
(95,96,109)
#4E4E59
(78,78,89)
#3D3C45
(61,60,69)
#2C2A31
(44,42,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5CCE5

#C5CCE5
(197,204,229)
#CAD0E7
(202,208,231)
#CFD4E9
(207,212,233)
#D4D8EB
(212,216,235)
#D9DCED
(217,220,237)
#DEE0EF
(222,224,239)
#E3E4F1
(227,228,241)
#E8E8F3
(232,232,243)
#EDECF5
(237,236,245)
#F2F0F7
(242,240,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CCE5 color. Also use rgb(197,204,229) instead hex code.

Text Font Color

.myTextColor { color: #C5CCE5; }

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

This text font color is #C5CCE5.


Background Color

.myBgColor { background-color: #C5CCE5; }

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

This div background color is #C5CCE5.


Border color

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

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

This div border color is #C5CCE5.


Opacity

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

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

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

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

This text has shadow with #C5CCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCE5 on black background.


Color preview on white background

This text has color #C5CCE5 on white background.



Black color preview on #C5CCE5 background

This text has black color on #C5CCE5 background.


White color preview on #C5CCE5 background

This text has white color on #C5CCE5 background.