COLOR #CCC7ED

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

Renk bilgisi

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

RGB renk modeli

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

RGB: (204,199,237) (80%, 78%, 93%)

RGB bağlantıları ve doygunluk

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

204
199
237

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

Yüzdelerle RGB renk parçaları

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

%31.88
%31.09
%37.03

CMYK RENK MODELİ

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

  • camgöbeği tonu 13.92%
  • eflatun tonu 16.03%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%

CMYK: (14,16,0,7)
C14M16Y0K7 (14%, 16%, 0%, 7%)
(0.14 / 0.16 / 0.00 / 0.07)

CMYK yüzdeleri

%13.92
%16.03
%0
%7.06

Codes

Color #CCC7ED in popluar color models

CC C7 ED
RGB 204 199 237
HSL 248° 51.35% 85.49%
HSB/HSV 248° 16.03% 92.94%
CMYK 13.92% 16.03% 0.00%
7.06%

Color #CCC7ED in popluar number systems.

HEX CC C7 ED
Decimal 204 199 237
Binary 11001100 11000111 11101101
Octal 314 307 355

Shades and tints

Shades of #CCC7ED

#CCC7ED
(204,199,237)
#BAB5D8
(186,181,216)
#A8A3C3
(168,163,195)
#9691AE
(150,145,174)
#847F99
(132,127,153)
#726D84
(114,109,132)
#605B6F
(96,91,111)
#4E495A
(78,73,90)
#3C3745
(60,55,69)
#2A2530
(42,37,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #CCC7ED

#CCC7ED
(204,199,237)
#D0CCEE
(208,204,238)
#D4D1EF
(212,209,239)
#D8D6F0
(216,214,240)
#DCDBF1
(220,219,241)
#E0E0F2
(224,224,242)
#E4E5F3
(228,229,243)
#E8EAF4
(232,234,244)
#ECEFF5
(236,239,245)
#F0F4F6
(240,244,246)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7ED; }

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

This text font color is #CCC7ED.

Background Color

.myBgColor { background-color: #CCC7ED; }

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

This div background color is #CCC7ED.

Border color

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

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

This div border color is #CCC7ED.

Opacity

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

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

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

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

This text has shadow with #CCC7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7ED.

Preview

Color preview on black background

This text has color #CCC7ED on black background.


Color preview on white background

This text has color #CCC7ED on white background.


Black color preview on #CCC7ED background

This text has black color on #CCC7ED background.


White color preview on #CCC7ED background

This text has white color on #CCC7ED background.


Related colors

Complementary color

Complementary color for #hex is #333812.


I love getcolorcode.com

Triadic colors

1 #EDCCC7 and #C7EDCC with #CCC7ED are triadic colors.

2 #EDC7CC and #C7CCED with #CCC7ED are triadic colors.