COLOR #C4C9EA

HEX: #C4C9EA
RGB: (196,201,234)

Renk bilgisi

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

RGB renk modeli

#C4C9EA color RGB value is (196,201,234).

  • kırmız ton 196;
  • yeşil ton 201;
  • mavi ton 234.
RGB:
(196,201,234)
(77%,79%,92%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 201 of 255 = 79%
B 234 of 255 = 92%

196
201
234

R + G + B ~ 83%. #C4C9EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 201 + 234 = 631 (100%)
R 196 of 631 ~ 31.06%
G 201 of 631 ~ 31.85%
B 234 of 631 ~ 37.08%

%31.06
%31.85
%37.08

CMYK RENK MODELİ

#C4C9EA rengi CMYK tonu (16,14,0,8).

  • camgöbeği tonu 16.24%
  • eflatun tonu 14.10%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(16,14,0,8)
C16M14Y0K8 
(16%,14%,0%,8%)
(0.16/0.14/0.00/0.08)	

CMYK yüzdeleri

%16.24
%14.1
%0
%8.24

Codes

Color #C4C9EA in popluar color models

C4C9EA
RGB196201234
HSL232°47.50%84.31%
HSB/HSV232°16.24%91.76%
CMYK16.24%14.10%0.00%
8.24%

Color #C4C9EA in popluar number systems.

HEXC4C9EA
Decimal196201234
Binary110001001100100111101010
Octal304311352

Shades and tints

Shades of #C4C9EA

#C4C9EA
(196,201,234)
#B3B7D5
(179,183,213)
#A2A5C0
(162,165,192)
#9193AB
(145,147,171)
#808196
(128,129,150)
#6F6F81
(111,111,129)
#5E5D6C
(94,93,108)
#4D4B57
(77,75,87)
#3C3942
(60,57,66)
#2B272D
(43,39,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4C9EA

#C4C9EA
(196,201,234)
#C9CDEB
(201,205,235)
#CED1EC
(206,209,236)
#D3D5ED
(211,213,237)
#D8D9EE
(216,217,238)
#DDDDEF
(221,221,239)
#E2E1F0
(226,225,240)
#E7E5F1
(231,229,241)
#ECE9F2
(236,233,242)
#F1EDF3
(241,237,243)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C9EA color. Also use rgb(196,201,234) instead hex code.

Text Font Color

.myTextColor { color: #C4C9EA; }

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

This text font color is #C4C9EA.


Background Color

.myBgColor { background-color: #C4C9EA; }

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

This div background color is #C4C9EA.


Border color

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

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

This div border color is #C4C9EA.


Opacity

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

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

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

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

This text has shadow with #C4C9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9EA on black background.


Color preview on white background

This text has color #C4C9EA on white background.



Black color preview on #C4C9EA background

This text has black color on #C4C9EA background.


White color preview on #C4C9EA background

This text has white color on #C4C9EA background.