COLOR #C3EFD5

HEX: #C3EFD5 RGB: (195,239,213)

Color info

#C3EFD5 contains red, green and blue colors in about the same proportion. Web safe color of #C3EFD5 is #CCFFCC (or #CFC).

RGB color model

#C3EFD5 color RGB value is (195,239,213).

RGB: (195,239,213) (76%, 94%, 84%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 213 of 255 = 84%

195
239
213

R + G + B ~ 85%. #C3EFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 239 + 213 = 647 (100%)
R 195 of 647 ~ 30.14%
G 239 of 647 ~ 36.94%
B 213 of 647 ~ 32.92'%

%30.14
%36.94
%32.92

CMYK color model

#C3EFD5 color CMYK value is (18,0,11,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK: (18,0,11,6) C18M0Y11K6 (18%,0%,11%,6%) (0.18/0.00/0.11/0.06) 

CMYK percentages

%18.41
%0
%10.88
%6.27

Codes

Color #C3EFD5 in popluar color models

C3 EF D5
RGB 195 239 213
HSL 145° 57.89% 85.10%
HSB/HSV 145° 18.41% 93.73%
CMYK 18.41% 0.00% 10.88%
6.27%

Color #C3EFD5 in popluar number systems.

HEX C3 EF D5
Decimal 195 239 213
Binary 11000011 11101111 11010101
Octal 303 357 325

Shades and tints

Shades of #C3EFD5

#C3EFD5
(195,239,213)
#B2DAC2
(178,218,194)
#A1C5AF
(161,197,175)
#90B09C
(144,176,156)
#7F9B89
(127,155,137)
#6E8676
(110,134,118)
#5D7163
(93,113,99)
#4C5C50
(76,92,80)
#3B473D
(59,71,61)
#2A322A
(42,50,42)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #C3EFD5

#C3EFD5
(195,239,213)
#C8F0D8
(200,240,216)
#CDF1DB
(205,241,219)
#D2F2DE
(210,242,222)
#D7F3E1
(215,243,225)
#DCF4E4
(220,244,228)
#E1F5E7
(225,245,231)
#E6F6EA
(230,246,234)
#EBF7ED
(235,247,237)
#F0F8F0
(240,248,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EFD5 color. Also use rgb(195,239,213) instead hex code.

Text Font Color

.myTextColor { color: #C3EFD5; }

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

This text font color is #C3EFD5.

Background Color

.myBgColor { background-color: #C3EFD5; }

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

This div background color is #C3EFD5.

Border color

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

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

This div border color is #C3EFD5.

Opacity

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

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

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

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

This text has shadow with #C3EFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EFD5.

Preview

Color preview on black background

This text has color #C3EFD5 on black background.


Color preview on white background

This text has color #C3EFD5 on white background.


Black color preview on #C3EFD5 background

This text has black color on #C3EFD5 background.


White color preview on #C3EFD5 background

This text has white color on #C3EFD5 background.


Related colors

Complementary color

Complementary color for #hex is #3C102A.


I love getcolorcode.com

Triadic colors

1 #D5C3EF and #EFD5C3 with #C3EFD5 are triadic colors.

2 #D5EFC3 and #EFC3D5 with #C3EFD5 are triadic colors.