COLOR #216E6C

HEX: #216E6C RGB: (33,110,108)

Color info

#216E6C contains mainly green and blue colors. Web safe color of #216E6C is #336666 (or #366).

RGB color model

#216E6C color RGB value is (33,110,108).

RGB: (33,110,108) (13%, 43%, 42%)

RGB channels and saturation

R 33 of 255 = 13%
G 110 of 255 = 43%
B 108 of 255 = 42%

33
110
108

R + G + B ~ 33%. #216E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 110 + 108 = 251 (100%)
R 33 of 251 ~ 13.15%
G 110 of 251 ~ 43.82%
B 108 of 251 ~ 43.03'%

%13.15
%43.82
%43.03

CMYK color model

#216E6C color CMYK value is (70,0,2,57).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%

CMYK: (70,0,2,57)
C70M0Y2K57 (70%, 0%, 2%, 57%)
(0.70 / 0.00 / 0.02 / 0.57)

CMYK percentages

%70
%0
%1.82
%56.86

Codes

Color #216E6C in popluar color models

21 6E 6C
RGB 33 110 108
HSL 178° 53.85% 28.04%
HSB/HSV 178° 70.00% 43.14%
CMYK 70.00% 0.00% 1.82%
56.86%

Color #216E6C in popluar number systems.

HEX 21 6E 6C
Decimal 33 110 108
Binary 100001 1101110 1101100
Octal 41 156 154

Shades and tints

Shades of #216E6C

#216E6C
(33,110,108)
#1E6463
(30,100,99)
#1B5A5A
(27,90,90)
#185051
(24,80,81)
#154648
(21,70,72)
#123C3F
(18,60,63)
#0F3236
(15,50,54)
#0C282D
(12,40,45)
#091E24
(9,30,36)
#06141B
(6,20,27)
#030A12
(3,10,18)
#000000
(0,0,0)

Tints of #216E6C

#216E6C
(33,110,108)
#357B79
(53,123,121)
#498886
(73,136,134)
#5D9593
(93,149,147)
#71A2A0
(113,162,160)
#85AFAD
(133,175,173)
#99BCBA
(153,188,186)
#ADC9C7
(173,201,199)
#C1D6D4
(193,214,212)
#D5E3E1
(213,227,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216E6C color. Also use rgb(33,110,108) instead hex code.

Text Font Color

.myTextColor { color: #216E6C; }

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

This text font color is #216E6C.

Background Color

.myBgColor { background-color: #216E6C; }

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

This div background color is #216E6C.

Border color

.myBorderColor { border: 1px solid #216E6C; }

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

This div border color is #216E6C.

Opacity

.myOpacity80 { color: #216E6C; opacity: 0.8; }

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

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

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

This text has shadow with #216E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #216E6C.

Preview

Color preview on black background

This text has color #216E6C on black background.


Color preview on white background

This text has color #216E6C on white background.


Black color preview on #216E6C background

This text has black color on #216E6C background.


White color preview on #216E6C background

This text has white color on #216E6C background.


Related colors

Complementary color

Complementary color for #hex is #DE9193.


I love getcolorcode.com

Triadic colors

1 #6C216E and #6E6C21 with #216E6C are triadic colors.

2 #6C6E21 and #6E216C with #216E6C are triadic colors.