COLOR #C7CCED

HEX: #C7CCED
RGB: (199,204,237)

Renk bilgisi

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

RGB renk modeli

#C7CCED color RGB value is (199,204,237).

  • kırmız ton 199;
  • yeşil ton 204;
  • mavi ton 237.
RGB:
(199,204,237)
(78%,80%,93%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 204 of 255 = 80%
B 237 of 255 = 93%

199
204
237

R + G + B ~ 84%. #C7CCED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 204 + 237 = 640 (100%)
R 199 of 640 ~ 31.09%
G 204 of 640 ~ 31.88%
B 237 of 640 ~ 37.03%

%31.09
%31.88
%37.03

CMYK RENK MODELİ

#C7CCED rengi CMYK tonu (16,14,0,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 13.92%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(16,14,0,7)
C16M14Y0K7 
(16%,14%,0%,7%)
(0.16/0.14/0.00/0.07)	

CMYK yüzdeleri

%16.03
%13.92
%0
%7.06

Codes

Color #C7CCED in popluar color models

C7CCED
RGB199204237
HSL232°51.35%85.49%
HSB/HSV232°16.03%92.94%
CMYK16.03%13.92%0.00%
7.06%

Color #C7CCED in popluar number systems.

HEXC7CCED
Decimal199204237
Binary110001111100110011101101
Octal307314355

Shades and tints

Shades of #C7CCED

#C7CCED
(199,204,237)
#B5BAD8
(181,186,216)
#A3A8C3
(163,168,195)
#9196AE
(145,150,174)
#7F8499
(127,132,153)
#6D7284
(109,114,132)
#5B606F
(91,96,111)
#494E5A
(73,78,90)
#373C45
(55,60,69)
#252A30
(37,42,48)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #C7CCED

#C7CCED
(199,204,237)
#CCD0EE
(204,208,238)
#D1D4EF
(209,212,239)
#D6D8F0
(214,216,240)
#DBDCF1
(219,220,241)
#E0E0F2
(224,224,242)
#E5E4F3
(229,228,243)
#EAE8F4
(234,232,244)
#EFECF5
(239,236,245)
#F4F0F6
(244,240,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCED color. Also use rgb(199,204,237) instead hex code.

Text Font Color

.myTextColor { color: #C7CCED; }

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

This text font color is #C7CCED.


Background Color

.myBgColor { background-color: #C7CCED; }

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

This div background color is #C7CCED.


Border color

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

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

This div border color is #C7CCED.


Opacity

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

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

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

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

This text has shadow with #C7CCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCED on black background.


Color preview on white background

This text has color #C7CCED on white background.



Black color preview on #C7CCED background

This text has black color on #C7CCED background.


White color preview on #C7CCED background

This text has white color on #C7CCED background.