COLOR #C7C4EA

HEX: #C7C4EA
RGB: (199,196,234)

Renk bilgisi

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

RGB renk modeli

#C7C4EA color RGB value is (199,196,234).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 196 of 255 = 77%
B 234 of 255 = 92%

199
196
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 196 + 234 = 629 (100%)
R 199 of 629 ~ 31.64%
G 196 of 629 ~ 31.16%
B 234 of 629 ~ 37.2%

%31.64
%31.16
%37.2

CMYK RENK MODELİ

#C7C4EA rengi CMYK tonu (15,16,0,8).

  • camgöbeği tonu 14.96%
  • eflatun tonu 16.24%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(15,16,0,8)
C15M16Y0K8 
(15%,16%,0%,8%)
(0.15/0.16/0.00/0.08)	

CMYK yüzdeleri

%14.96
%16.24
%0
%8.24

Codes

Color #C7C4EA in popluar color models

C7C4EA
RGB199196234
HSL245°47.50%84.31%
HSB/HSV245°16.24%91.76%
CMYK14.96%16.24%0.00%
8.24%

Color #C7C4EA in popluar number systems.

HEXC7C4EA
Decimal199196234
Binary110001111100010011101010
Octal307304352

Shades and tints

Shades of #C7C4EA

#C7C4EA
(199,196,234)
#B5B3D5
(181,179,213)
#A3A2C0
(163,162,192)
#9191AB
(145,145,171)
#7F8096
(127,128,150)
#6D6F81
(109,111,129)
#5B5E6C
(91,94,108)
#494D57
(73,77,87)
#373C42
(55,60,66)
#252B2D
(37,43,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7C4EA

#C7C4EA
(199,196,234)
#CCC9EB
(204,201,235)
#D1CEEC
(209,206,236)
#D6D3ED
(214,211,237)
#DBD8EE
(219,216,238)
#E0DDEF
(224,221,239)
#E5E2F0
(229,226,240)
#EAE7F1
(234,231,241)
#EFECF2
(239,236,242)
#F4F1F3
(244,241,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4EA; }

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

This text font color is #C7C4EA.


Background Color

.myBgColor { background-color: #C7C4EA; }

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

This div background color is #C7C4EA.


Border color

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

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

This div border color is #C7C4EA.


Opacity

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

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

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

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

This text has shadow with #C7C4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4EA on black background.


Color preview on white background

This text has color #C7C4EA on white background.



Black color preview on #C7C4EA background

This text has black color on #C7C4EA background.


White color preview on #C7C4EA background

This text has white color on #C7C4EA background.